Split out separate prop from autoResetPageIndex
for editing
#1157
imnasnainaec
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
You can set
Would be great if this was in the documentation! At least I didn't see it |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is nice to have
autoResetPageIndex
set totrue
(the default) for filtering/sorting/grouping, yet at the same time it would be nice to set it tofalse
just for row edits / data updates. We have tables with thousands of editable rows and cannot have it jumping back to the first page every time somebody edits a single row. Is it possible to splitautoResetPageIndex
into two separate props: one for filtering/sorting/grouping and one for editing?Beta Was this translation helpful? Give feedback.
All reactions