-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: tanstack-table refactor pagination example code, and add sorting #748
base: next
Are you sure you want to change the base?
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 |
@@ -3,23 +3,67 @@ title: TanStack Table Parsers | |||
description: Store your table state in the URL, with style. | |||
--- | |||
|
|||
import { TanStackTableFiltering } from './tanstack-table-filtering.generator' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: that import doesn't exist and causes the build to fail.
import { TanStackTableFiltering } from './tanstack-table-filtering.generator' |
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.