Replies: 1 comment 1 reply
-
Did you find a fix to this? I have the same problem! :D |
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
-
Hi,
When I delete a selected row from state the row itself is removed in the table but the selected rows is not updated and therefore the row after my deleted row is now selected.
How can I remove the selected id from the list of selected rows?
I'm using "autoResetSelectedRows: false" since I need to keep my selected rows during sorting, paging (deleting single rows) etc.
Code example:
https://codesandbox.io/s/dazzling-dubinsky-1uxrg?file=/src/App.js
Beta Was this translation helpful? Give feedback.
All reactions