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
I'm using your component and I use row selection to bulk delete rows.
I might be wrong here, but it seems as though selectedRowsIds does not update after some data is deleted from the data set the rows prop is connected to.
How to recreate:
Select some rows (say 3 for example)
Delete those rows, set the rows state afterwards
Voila! The rows are deleted from the table but the selected rows counter still displays 3 (and selectedRowsIds still holds the deleted rows)
Cheers!
The text was updated successfully, but these errors were encountered:
Still working on a possible fix, for now you can clear the selected rows manually if the delete action was successful using: tableManager.rowSelectionApi.setSelectedRowsIds([])
Hi!
I'm using your component and I use row selection to bulk delete rows.
I might be wrong here, but it seems as though selectedRowsIds does not update after some data is deleted from the data set the rows prop is connected to.
How to recreate:
Cheers!
The text was updated successfully, but these errors were encountered: