Replies: 1 comment
-
I had another variable changing the state... |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am having a hellish time simply trying to update a single row of data using
useVueTable
From all the issues i've read, there's no way to do this unless I update the
data.value
reference... ok, sure.However, when I do this, ALL other state in the table is lost, for instance:
How do I literally just refresh the data so that ONLY the data changes, and nothing else changes?
Beta Was this translation helpful? Give feedback.
All reactions