how can we get all selected rows if server side pagination is implemented in V7? #4011
-
I have tried using selectedFlatRows, but the selectedFlatRows gets cleared in each page change. |
Beta Was this translation helpful? Give feedback.
Answered by
tannerlinsley
Jun 9, 2022
Replies: 1 comment
-
You’ll need to control the selected row state yourself and accumulate the rows across pages. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anup-stha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You’ll need to control the selected row state yourself and accumulate the rows across pages.