Hi,
Thank you for your wonderful library. I was wondering, if there is a possibility to have one filter / searchbox which searches in the total grid, not only in one column.
Thanks…
Kevin
Hi,
Thank you for your wonderful library. I was wondering, if there is a possibility to have one filter / searchbox which searches in the total grid, not only in one column.
Thanks…
Kevin
According to this page:
docs.dhtmlx.com/doku.php?id=dhtmlxgrid:filtering
There is no way to filter using OR logic, you can only apply a second filter to an existing filter (AND logic).
Filtering in the grid designed to filter by column.
With help of filterBy method and complex rules there is a possibility to filter the grid by several values:
docs.dhtmlx.com/doku.php?id=dhtm … tering_api