Is there a way to use multiple filters and search bar together on same column? #2162
Unanswered
proasian42
asked this question in
General
Replies: 1 comment 1 reply
-
This is definitely possible, but is also a user-land implementation thing. Happy to offer any guidance here in the form of question answer. :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is my first time using a react-table. I am trying to use multiple filters on some header columns. For example, I want the user to select one or more fruits or to search for fruit on the same column. I would like both filters, multi-select filter and search bar, on the same column.
I couldn't find a way to combine those filters together. I would like to know if there is a way to do that.
In addition, is it possible to use bootstrap typeahead on react-table?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions