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
Navigate to the second page and render different rows.
Click the "Select All" checkbox.
The event includes only the currently rendered page's data, not selections from the previous page.
Remove clears everything:
Select all items on the first page.
Navigate to the second page and select additional rows.
Return to the first page.
Uncheck the "Select All" checkbox.
The event's detail is an empty array, and the selection from the second page is cleared.
In the handleHeaderSelection, only the rows currently rendered should be added or removed from the selection. The function should not modify the entire selected array, but only update it for the visible rows.
Media & Screenshots
No response
Baklava Version
3.1.0
Operating system
OS: [e.g. iOS]:
Browser [e.g. chrome, safari]:
Any other details...
Priority this issue should have
Low (slightly annoying)
Please review the checkboxes that are applicable.
This issue is directly related to React
The text was updated successfully, but these errors were encountered:
Issue description
Add removes previous page selection:
Remove clears everything:
In the
handleHeaderSelection
, only the rows currently rendered should be added or removed from the selection. The function should not modify the entireselected
array, but only update it for the visible rows.Media & Screenshots
No response
Baklava Version
3.1.0
Operating system
OS: [e.g. iOS]:
Browser [e.g. chrome, safari]:
Any other details...
Priority this issue should have
Low (slightly annoying)
Please review the checkboxes that are applicable.
The text was updated successfully, but these errors were encountered: