-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table | Multiple Selection with dataKey shows wrong selected row count upon CTRL+A #15903
Table | Multiple Selection with dataKey shows wrong selected row count upon CTRL+A #15903
Comments
Fixed #15903 - Table | Multiple Selection with dataKey shows wrong se…
@cetincakiroglu Unfortunately still not functional. Same stackblitz than above but updated primeng 17.18.2. https://stackblitz.com/edit/z1cdw3-snozxu
Please add unit tests for table because it's such a critical component 🙏 |
…wrong selected row count upon CTRL+A"
Revert "Fixed #15903 - Table | Multiple Selection with dataKey shows wrong selected row count upon CTRL+A"
Revert "Fixed #15903 - Table | Multiple Selection with dataKey shows wrong se…"
Fixed #15903 - Table | Multiple Selection with dataKey shows wrong se…
Steps to reproduce:
Create a p-table with multiple selection enabled and use the dataKey property.
Populate the table with sample data.
Click on the Top rows in the table and press CTRL+A to select all rows.
Expected Result: All rows should be selected, and the selected row count should display the correct number of rows.
Actual Result: All rows are selected, but the selected row count is incorrect.
Sample Application: https://stackblitz.com/edit/z1cdw3-crjdxm?file=angular.json
The text was updated successfully, but these errors were encountered: