https://github.com/balastrong/tanstack-filtered-table-demo
Managing table pagination, filtering and sorting on query parameters with the TanStack
https://github.com/balastrong/tanstack-filtered-table-demo
tanstack tanstack-query tanstack-router tanstack-table
Last synced: 10 months ago
JSON representation
Managing table pagination, filtering and sorting on query parameters with the TanStack
- Host: GitHub
- URL: https://github.com/balastrong/tanstack-filtered-table-demo
- Owner: Balastrong
- Created: 2024-06-25T11:01:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T11:01:06.000Z (almost 2 years ago)
- Last Synced: 2024-11-27T00:48:14.523Z (over 1 year ago)
- Topics: tanstack, tanstack-query, tanstack-router, tanstack-table
- Language: TypeScript
- Homepage: https://youtu.be/F4zshDInsJY
- Size: 102 KB
- Stars: 22
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TanStack Table + Router + Query
A demo implementing backend pagination, filtering and sorting on TanStack Table, with TanStack Query holding the async state and TanStack Router managing the local state in the URL query parameters.
Watch me doing a walkthrough of the code on [YouTube](https://www.youtube.com/watch?v=F4zshDInsJY).