isRowHidden()
checks whether a row is hidden
isRowHidden(rowId: string | number): boolean;
Parameters:
rowId: string | number
- the id of a row
Returns:
true
, if the row is hidden; false
otherwise.
Example
grid.isRowHidden("1"); //-> true/false
Related sample: Grid. Show / hide row
Change log:
added in v7.0