#102602
TurricanDE
Participant

Hello Yavor,

Thank you so much for the example. It is the right direction

But the example will only work for “contains <sometext>” when you set the filter programmatically. For example “does_not_contains <sometext>” and the others string conditions doesn’ work ( I guess the filter conditions must have other names).

I found in the Grid API documentation the supported filter conditions :

https://www.htmlelements.com/docs/grid-filtering-sorting/

But I’ve tried to set the condition like “notcontains <sometext>” but the filter panel shows me “startsWith” ?

When I set the filter condition like “startswith <sometext>” the filter panel shows me “equal”?

What I am doing wrong?