Possible to hide rows based on content?

grid.setRowHidden(id, state);

I was thinking about hiding rows based on the value of a row (like a button the user could click to hide all rows where a cell in the row is blank or not blank).

It seems like that would be faster than reloading the grid with a new query. I’m not great with Javascript. Would it be possible to loop through the rows and then hide them based on the content of a cell? If I had an example I’d be fine.

Thanks!

You can use filtration. Using filterBy() method you can hide or show necessary rows. Please find more information here docs.dhtmlx.com/doku.php?id=dhtm … iltering&s[]=filterby
docs.dhtmlx.com/doku.php?id=dhtm … filterby&s[]=filterby