Mewriick / Blazor.FlexGrid

GridView component for Blazor
MIT License
199 stars 35 forks source link

Apply automatically a filter on a grid #95

Closed Methraen closed 4 years ago

Methraen commented 4 years ago

@Mewriick Is it possible ? Like, in the builder, for a string column, to specify an alphabetical filter to apply directly ?

Mewriick commented 4 years ago

@Methraen unfortunately this is not possible now. If you have CollectionDataAdapter you can apply fillter before you pass into constructor. If you have LazyLoadedDataAdapter you can do this in server. Maybe I will consider to add this feature.

Methraen commented 4 years ago

Thank you for your fast answer, i'll try to filter before passing into constructor as you said, have a good day.