DataTable: Select all checkbox on header row not working properly when scrollable is true #7258
Labels
Resolution: Workaround
Issue or pull request contains a workaround. It needs to be reviewed further by Core Team
Type: Bug
Issue contains a defect related to a specific component.
Milestone
Describe the bug
When
scrollable
istrue
with somescrollHeight
ex:150px
select all checkbox won't work properly when there a item in a row just below the header row. apart from updating the select all checkbox it updates the row checkbox which is under the header row.
Reproducer
https://stackblitz.com/edit/vitejs-vite-ca7boz?file=src%2FApp.tsx
System Information
Steps to reproduce the behavior
true
,selectionMode="multiple"
andscrollHeight="150px"
and put some data more than 3 items.Expected behavior
after scrolling down and again clicking on the header row checkbox it should uncheck all checkbox in the row
The text was updated successfully, but these errors were encountered: