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
Considered the value versus complexity for all users of the library as well as library maintenance
Considered if this can be a storybook or documentation example
I recently adopted the persist onpagechange feature. However, I would like to still be able to select all rows on the current page. How should this be done? I tried having a separate checkbox to add the rows to my "selectedrows" state but that doesn't seem to be doing what I need. The state is being updated properly but I need the other checkboxes to be checked when clicking on the "selectall" checkbox.
I guess another way to word this would be how can I directly modify the state of the check boxes in every row of the table?
The text was updated successfully, but these errors were encountered:
Feature Check list
I recently adopted the persist onpagechange feature. However, I would like to still be able to select all rows on the current page. How should this be done? I tried having a separate checkbox to add the rows to my "selectedrows" state but that doesn't seem to be doing what I need. The state is being updated properly but I need the other checkboxes to be checked when clicking on the "selectall" checkbox.
I guess another way to word this would be how can I directly modify the state of the check boxes in every row of the table?
The text was updated successfully, but these errors were encountered: