T
TanStack2y ago
harsh-harlequin

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
fascinating-indigo
fascinating-indigo2y ago
See the examples section of the docs
harsh-harlequin
harsh-harlequinOP2y ago
I don't see an example where grouping comes in.. that is what is making it tougher
generous-apricot
generous-apricot2y 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?