You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cetincakiroglu
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Nov 14, 2023
Describe the bug
Line
<td>{{ order.id }}</td>
should be<td>{{ order.date }}</td>
insrc/app/showcase/doc/table/rowexpanddoc.ts
:Environment
Windows 11
Reproducer
No response
Angular version
16.X
PrimeNG version
16.7.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16.0
Browser(s)
No response
Steps to reproduce the behavior
Demo of Row Expand does not show any data in expanded row.
Expected behavior
No response
The text was updated successfully, but these errors were encountered: