Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

[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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant