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