iview The [Feature Request]tree component function is too weak

djmepvbi  于 2022-10-24  发布在  其他
关注(0)|答案(2)|浏览(320)

What problem does this feature solve?

相比饿了吗,缺少子节点的筛选和子节点和父节点不相互关联

What does the proposed API look like?

拥有过滤功能;子节点和父节点不相互关联

8wigbo56

8wigbo561#

Translation of this issue:
What problem does this feature solve ###?
Is it hungry, the lack of child node screening and the relationship between the child node and the parent node
What does the proposed API look ### like?
There is a filter function; children and parent nodes are not interrelated

mkh04yzy

mkh04yzy2#

  1. setNodeCheckd (boolean)
    true: Set childrens checked
  2. getCheckedNodes (boolean)
    true: return checked childrens
    false: return this node only

相关问题