T
TanStack3y ago
adverse-sapphire

[v8][react] Client-side column sorting across all pages (pagination & filtering also client-side)?

Hi, I have a TanStack v8 React table that's too large to fit on one page so I added pagination. But sorting a column only sorts the current page, not all the data. Client-side filtering (via text input search bar) on the other hand correctly filters across the data across all pages. How can I fix this? Thank you!
1 Reply
adverse-sapphire
adverse-sapphireOP3y ago
Sanitized code to illustrate

Did you find this page helpful?