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

Question: Filterable columns in ListView? #198

Open
TheColonel2688 opened this issue Aug 10, 2023 · 1 comment
Open

Question: Filterable columns in ListView? #198

TheColonel2688 opened this issue Aug 10, 2023 · 1 comment

Comments

@TheColonel2688
Copy link

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

@ThomasBleijendaal
Copy link
Owner

I have to look into discussion.

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants