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!