expand()
expands a tree item by id
expand(id: string | number): void;
Parameters:
id: string | number
- the id of an item to expand
Example
tree.expand("history");
Related sample: Tree. Expand item
expands a tree item by id
id: string | number
- the id of an item to expandExample
tree.expand("history");
Related sample: Tree. Expand item