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•2y ago
See the examples section of the docs
harsh-harlequinOP•2y ago
I don't see an example where grouping comes in.. that is what is making it tougher
generous-apricot•2y ago
what do you mean with grouping ? is that just a UI thing about how you render the result ?