React table 8 - customizing column's filter input type #4416
Unanswered
vresetnikov
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.
-
Hello, what would be the correct way to give one of the table columns a different kind of input in version 8? For example, how can I make a specific column have a select dropdown, instead of a normal text input? Is this somehow achieved in column definitions?
I see that in version 7 it used to be achievable in column defs through
Filter
which had the capability of returning a JSX component, however I cannot find an equivalent in React table 8?Thank you
Beta Was this translation helpful? Give feedback.
All reactions