showRow()
makes a specified row visible on a page
showRow(rowId: Id): void;
Parameters:
rowId: string | number
- the id of a row
Example
treegrid.showRow(rowId);
Related sample: TreeGrid. Show/Hide Row
Change log:
added in v7.0
makes a specified row visible on a page
rowId: string | number
- the id of a row
Example
treegrid.showRow(rowId);
Related sample: TreeGrid. Show/Hide Row
added in v7.0