T
TanStack2y ago
wee-brown

filter, sort and group

I want to be able to filter, sort and group tasks. Given that the number of tasks is large and ever expanding, pagination is also required. Are there any production examples of doing all filtering, sorting and grouping with pagination in react query? Even without optimistic updates, grouping and pagination is making it fairly complicated.
3 Replies
ratty-blush
ratty-blush2y ago
See the examples section of the docs
wee-brown
wee-brownOP2y ago
I don't see an example where grouping comes in.. that is what is making it tougher
conscious-sapphire
conscious-sapphire2y ago
what do you mean with grouping ? is that just a UI thing about how you render the result ?

Did you find this page helpful?