Pagination of subrows in a grouped model #5137
Unanswered
florianbepunkt
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Did you ever figure this out? I've come across this limitation and it's a little annoying. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi, I'm using the grouping api to simply categorize rows by only one column - like the first name letters as sub headers in an address book.
What I would like to achieve is to use the built in pagination api, to only show 10 rows per page, regardless whether they are rows or subrows. But currently, pagination only works for the depth-0 rows. It would render hundreds of rows on the same page, if they belong to the same group.
So how can I use the pagination api together with the group api?
EDIT: Basically I would like something like
paginateExpandedRows
but for subrowsBeta Was this translation helpful? Give feedback.
All reactions