Can we use wild cards for text filters. (like au* and expect any thing starts with au) (can we use regular expression to filter text filtering?
Can we filter like “stars with” “ends with”
Unfortunately there is no such inbuild functionality but you can create any custom filter you wish using filterBy() method. Please see more information here dhtmlx.com/docs/products/dhtmlxG … grid_fsing