Replies: 1 comment
-
Nevermind I found the paginateExpandedRows option. Does exactly what I want! |
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.
-
Currently i'm trying to use pagination in my table (setting a page size of 25), and whenever I expand a root row to show the nested rows connected to it, pagination applies to the nested rows as well, causing the excess rows to appear on a different page. Is it possible to make it so that pagination only applies to the root level, and I can have as many nested rows as I want on a single page while only having a certain amount of root level rows?
Beta Was this translation helpful? Give feedback.
All reactions