Hello,
If you change the FilterTranslationProvider delegate to pass the propertyName as argument here:
|
var filters = await FiltersTranslationProvider.Invoke(); |
This would allow to customize the grid with a per-property filter operators list, which could be useful (at least for me 😅)
Thx.
Hello,
If you change the FilterTranslationProvider delegate to pass the propertyName as argument here:
blazorbootstrap/blazorbootstrap/Components/Grid/GridColumnFilter.razor.cs
Line 136 in 00fd557
This would allow to customize the grid with a per-property filter operators list, which could be useful (at least for me 😅)
Thx.