Filters inside a form or not #5385
Unanswered
andredewaard
asked this question in
Q&A
Replies: 1 comment
-
@andredewaard yes, I think there is a example by other user as in like https://github.com/sadmann7/shadcn-table might give you some insights for server side. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are implementing a quite big table with this package that uses @tanstack/table but we will filter and sort the data in the backend.
Shadcn provides an example of how to filter, Why don't we wrap the filters inside a form?
Is it because in the example we do everything client side and when we will do this server side its better to wrap it in a form?
Beta Was this translation helpful? Give feedback.
All reactions