TanStackT
TanStack8mo ago
2 replies
colossal-harlequin

Best Practices: Pagination / Filtering via Search Parame

Hello,

I am working on a table search/filtering page

- pagination: next, prev 1..2.n-1…n
- filters e.g. first name, last name
- country multi select

I’m struggling to see from the docs the best way to update my data via TanStack Query, and update the search state via TanStack Router

It would be great to have some example like this in the docs

The docs mentioned preferring Link components, but for something like a multi select dropdown, that is not doable

Thanks!
Was this page helpful?