Replies: 3 comments 4 replies
-
did you find any solution to this? I'm looking at same issue |
Beta Was this translation helpful? Give feedback.
-
I found this example using react-select as a filter which is what I'm currently attempting. Haven't implemented it yet, but appears to work on codesandbox. |
Beta Was this translation helpful? Give feedback.
-
The solution I found is - create custom filter - add custom filter use multiple filter like - |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to add multiple kinds of filters in a table?
My use case: the end user should be able to dynamically add filters to the displayed table and different filters over same columns (e.g. filter values equals to ABC - using select; or the ones that contains VX - normal input).
How this should work:

Beta Was this translation helpful? Give feedback.
All reactions