You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: