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, otherwise false
.
Example
treegrid.isRowHidden("1"); //-> true/false
Related sample: TreeGrid. Show / hide row
Change log:
added in v7.0