showRow()
makes a specified row visible on a page
showRow(rowId: string | number): 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 rowExample
treegrid.showRow(rowId);
Related sample: TreeGrid. Show / hide row
added in v7.0