Table Component: onRowSelect and onRowUnselect events have undefined index #15649
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
The TableRowSelectEvent and TableRowUnSelectEvent objects coming from onRowSelect and onRowUnselect events have index properties of value undefined.
Environment
Stackblitz
Reproducer
https://stackblitz.com/edit/github-nnjcdw?file=src%2Fapp%2Fapp.component.html
Angular version
17.3.9
PrimeNG version
17.17.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.11.1
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Index should be the actual index of the item in the table data
The text was updated successfully, but these errors were encountered: