Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj84257 committed Mar 26, 2022
1 parent 3abb6f0 commit 845bbd5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,13 @@ const disabledNodes = myTree.disabledNodes;
| loaded | null | invoke after the tree load data |
| onChange | null | invoke when the node status change |

## Methods

| Method | Parameters | Description |
| ----------- | ------------ | ---------------------------------- |
| expandAll | null | expand all tree nodes |
| collapseAll | null | collapse all tree nodes |

## License

[MIT](./LICENSE)
Expand Down

0 comments on commit 845bbd5

Please sign in to comment.