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
Is there an automatic way to implement filters by column Values? Like if is column is Boolean or an Enum it gives you a list of values with checkboxes? Numbers with comparison expressions? strings with a simple search filter?
P.S. You could enable "Discussions" on the repo so we don't clutter up issues
The text was updated successfully, but these errors were encountered:
But closes what comes to automatic filters is using DataView and/or DataViewBuilders. There are some ways to add sorting for each columns, so something like that for column filters could easily be added. But that's not there yet. But I'm open for PRs :)
Is there an automatic way to implement filters by column Values? Like if is column is Boolean or an Enum it gives you a list of values with checkboxes? Numbers with comparison expressions? strings with a simple search filter?
P.S. You could enable "Discussions" on the repo so we don't clutter up issues
The text was updated successfully, but these errors were encountered: