ThomasBleijendaal / RapidCMS

RapidCMS is a Blazor framework which allows you to build a responsive and flexible CMS purely from code. It provides a basic set of editors and controls, and is fully customisable.
MIT License
325 stars 60 forks source link

Question: Filterable columns in ListView? #198

Open TheColonel2688 opened 1 year ago

TheColonel2688 commented 1 year ago

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 commented 1 year ago

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