Item not removed from selectedDataIds when removed from table #189
Unanswered
LickABrick
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi,
The data of my table is a writable. I have a realtime connection to my PocketBase instance. When a item is deleted I see it being removed from the table as expected but it if it was selected it does not get removed from the
selectedDataIds
. How can I change his behaviour?I am using https://www.shadcn-svelte.com/docs/components/data-table as the basis of my data-table.
Beta Was this translation helpful? Give feedback.
All reactions