Sort table with custom input fields to restrict e.g. a min/max age of persons #4856
Unanswered
marceloverdijk
asked this question in
Q&A
Replies: 0 comments
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.
-
Having a table as defined in this codesandbox:
https://codesandbox.io/p/sandbox/lingering-bird-ni771w?welcome=true
It has 2 manual inputs which I want to filter the data in the table with.
How can I interact with the table to filter when the inputs are changes by the user?
Note: I want to use the tanstack table options/functions as much as possible as I will also enable a global filter that should work.
Beta Was this translation helpful? Give feedback.
All reactions