unosquare/tubular-react

Ability to have Multiple Filters on a Field

shrey-g opened this issue · 5 comments

In our application we want to have multiple filters on every field
We have a requirement to add multiple filters on field, so when I add a filter it shows up as a tag with cross icon

Describe the solution you'd like
Custom tag component that shows up when a filter is active
Cross icon to remove that filter

Describe alternatives you've considered
None

Additional context
We can toggle this multi-filter behaviour with a prop

@geoperez
We need it urgently in the project
I will be working on a fix for the same in a fork

Do you have any tips for us ?
Also the filters icon isn't visible next to each column as shown in README

Hey, are you using a local data source or remote?

@kadosh do you have any comments?

We don't support multiple filters per field. Our implementation for Local/Remote data source is totally relying on the fact that a single filter exists per column.

Filters functionality has been removed from the column and now it is shown as a tag at the top of the grid.

@kadosh @geoperez
Is there any way to add multiple filters (If yes then can you please guide us on it)
or some other library that has this functionality?

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.