James Yeung
9a5cbb9255
fix(module: tree): add ComponentBase ( #956 )
2021-01-10 18:49:52 +08:00
imhmao
f904676578
feat(module: tree): add expandAll and collapseAll method ( #941 )
...
* Tree:
1.add new node action
2.fixed data sort selection issue
3.add Expand() Collapse() Toggle()
* fixed Tree.OnRendered summary
* remove the `Is` prefix
* refactor(tree): renaming
Co-authored-by: 王的强 <wdq@sinotex.cn>
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-01-07 00:41:26 +08:00
TimChen
f388ca4fc0
feat(module: tree): support generic type ( #777 )
...
* feat: tree update
* feat: support generics
* feat: normal operation
* fix: review question
2020-12-30 18:38:35 +08:00
kefengwei
c0ec36aab9
feat(module: tree): add methods to find nodes and expand a node ( #694 )
...
* ### tree enhancement
1. change `TreeNode`'s `ChildNodes` accessbility to public
2. add `FindFirstOrDefaultNode` funcation
3. add `ExpandToNode` function
* fix `FindFirstOrDefaultNode` not correct recursive problem
* Update components/tree/TreeNode.razor.cs
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-21 13:51:41 +08:00
TimChen
542b66d383
refactor: tree ( #672 )
...
* feat: refactor tree
* feat: refactor tree
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-09 15:13:32 +08:00