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