Cannot find examples of sever-side grouping, usage of manualGroupBy option #3551
Unanswered
roblatprogen
asked this question in
Q&A
Replies: 0 comments
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.
-
I did quite a few searching over Internet, cannot find examples for server-side grouping, i.e. table data is already grouped as result returning to frontend.
For example, server side returns:
I found some information at: https://react-table.tanstack.com/docs/api/useGroupBy about manualGroupBy.
Looks like this option should be used for server-side grouping.
However, I still have questions like:
Maybe I can figure out the answers myself in Codepen.
However, it would be great there could be some "official" examples, which can be useful for other future react-table users.
Beta Was this translation helpful? Give feedback.
All reactions