hideRow()
hides a row of TreeGrid
hideRow(rowId: string | number): void;
Parameters:
rowId: string | number
- the id of a row
Example
treegrid.hideRow(rowId);
Related sample: TreeGrid. Show / hide row
Change log:
added in v7.0
hides a row of TreeGrid
rowId: string | number
- the id of a rowExample
treegrid.hideRow(rowId);
Related sample: TreeGrid. Show / hide row
added in v7.0