Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Multiple Filters per columns #395

Open
misterbee180 opened this issue Oct 24, 2022 · 0 comments
Open

[Feat] Multiple Filters per columns #395

misterbee180 opened this issue Oct 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@misterbee180
Copy link

It'd be great if we could have multiple filters per column.

I've tried to implement it myself and the main hurdle I'm encountering is when the table re-builds itself, I need to somehow split the filter expression into the base pieces that constructed it originally which is proving problematic.

The simple work around for this is to expect an array of filters per column and create a filter display per column filter, but that is not trivial either.

@misterbee180 misterbee180 added the enhancement New feature or request label Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant