Replies: 1 comment
-
Hi, see #552 |
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
-
Hi,
my table has a few hundred rows and I enabled pagination
I'm saving each cell change on blur,
the save function does save on the server and onMutate modifies queryClient.setQueryData
it works fine when the edited cell is on the first page (first 10 rows) but if it's on the second page or after, the table resets and jumps back to the first page
Is there a way to prevent that? do I need to save the pagination state outside of material-react-table?
Beta Was this translation helpful? Give feedback.
All reactions