Replies: 1 comment 1 reply
-
|
Pass true to resetRowSection(true) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
the discussion-title says it. My use-case is to be able to preselect a row via
initialState, but when user paginates or filters the table and the rows change, I need to reset theselectedRowIdsto an empty row selection. At the moment the reset ofselectedRowIdsresults ininitialState.selectedRowIdssee:
table/src/plugin-hooks/useRowSelect.js
Line 106 in b77ed82
WDYT?
best regards
Beta Was this translation helpful? Give feedback.
All reactions