Ability for pagination of DataTable to take into account children when working with nested data #2554
Unanswered
jmorales-sdt
asked this question in
PrimeReact
Replies: 1 comment
-
Just flatten your JSON structure you pass to the Datatable or get it in a a format that represents the data for the Datatable is your best bet. |
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
-
Currently the number of items per page is defined by the number of parents, we have a use case to page by number of children. Is there a way to do this currently or plan to add this functionality in the future?
Beta Was this translation helpful? Give feedback.
All reactions