Philipp

Results 8 comments of Philipp

small fix needed: https://github.com/XPhilipp/HTML-Renderer/commit/949516efc01169faab391cdd27156441cf7330e2

Use: ```razor @Filter(context) ``` implement filter: ```razor internal RenderFragment Filter(IFilterDefinition filterDefinition) => @ @{ string[] operators = new string[] { "contains", "not contains" }; } @foreach (var fieldOperator in operators)...

Another example: ```razor @foreach (var fieldOperator in operators_local) { @fieldOperator } ... string[] operators_local = new string[] { "contains", "not contains" }; ```

> Maybe it would be nice to add one of the example to the docs. And bUnit test would be great too so we will be sure that it doesn't...

> Maybe it would be nice to add one of the example to the docs. And bUnit test would be great too so we will be sure that it doesn't...

@ScarletKuro Test added "[DataGridFilterableSimpleFilterTemplateTest.razor](https://github.com/MudBlazor/MudBlazor/pull/7455/commits/3ba4b16c555e22d7a95f719e3d01f70160da2001#diff-b4f9f0a3665a3c0e3f46594f0b9d3e19007a432d10532e8b4cd4c7b12e777741)"

@tjscience To reuse a beautiful simple filter and change it for only a couple of columns

Windows 10 (22H2) - 3.14.1 not works, return to 3.12.3 (