doc: tanstack-table refactor pagination example code, and add sorting#748
doc: tanstack-table refactor pagination example code, and add sorting#748acharlop wants to merge 7 commits into
Conversation
|
@acharlop is attempting to deploy a commit to the 47ng Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Thanks! The idea behind community parsers is to highlight how to leverage custom parsers to represent data structures in the URL in a nice way. One thing you could try is to format the URL to only show the id and direction, like The playground is an interactive way of configuring the parsers, variables here could include:
Does TanStack Table support sorting over multiple columns? Is this something we could support by combining it with |
3f961f9 to
870fb47
Compare
|
@franky47 I've updated the pagination example with 2 different strategies, and if that works for you I'll do the same for the sorting as well. |
I'm working on this now for my own project so figured I'd help out and add documentation.
Please let me know if this is helpful and heading in the right direction and I'll continue to add the filtering and a playground.