MudBlazor / MudBlazor

Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
http://mudblazor.com
MIT License
8.21k stars 1.3k forks source link

DataGrid: Control supported operators for filters per column #8996

Closed StephenOTT closed 1 week ago

StephenOTT commented 6 months ago

Feature request type

Enhance component

Component name

datagrid

Is your feature request related to a problem?

Currently a list of operators provided based on the type of field.

It would be nice if we could control the operators per column, so we can dictate which operations are supported for filtering.

This is especially useful for server side filtering.

Describe the solution you'd like

Provide a configuration option at the column level to override/set specifically supported operators for the column's filter

Have you seen this feature anywhere else?

No response

Describe alternatives you've considered

No response

Pull Request

Code of Conduct

contech-ernst-meinhart commented 2 weeks ago

+1

I´m searching now for hours for a solution as i am user ServerData to filter and don´t want to provide all filter options. Is there any work around available?