expand()
expands a tree node by id
expand(id: string | number): void;
Parameters:
id: string | number
- the id of a node to expand
Example
treegrid.expand("native");
Related sample: TreeGrid. Expand / collapse rows
expands a tree node by id
id: string | number
- the id of a node to expandExample
treegrid.expand("native");
Related sample: TreeGrid. Expand / collapse rows