Hello,
I have a textfield above an dhtmlxGrid. Is it possible to use that field as a search or filter mask for all columns in te grid below it?
Thanks!!
Hello,
I have a textfield above an dhtmlxGrid. Is it possible to use that field as a search or filter mask for all columns in te grid below it?
Thanks!!
You may create a filter from any html input on your page using makeFilter() method:
docs.dhtmlx.com/doku.php?id=dhtm … makefilter
But unfortunately filter applies for the specified column.