vue-jstree icon indicating copy to clipboard operation
vue-jstree copied to clipboard

选择 子项目的时候 相关的父级项目为半选择(灰色方块) 这种效果支持吗?

Open sgf opened this issue 7 years ago • 1 comments

如题,如图 image

sgf avatar Aug 14 '18 10:08 sgf

另外 提一下,单个树节点 生成的html 体量好大。树节点数量大的时候 或许性能会 比较堪忧。 当然这可能是因为 需要显示连线的缘故。

<li role="treeitem" draggable="true" class="tree-node tree-closed tree-leaf">
<div role="presentation" class="tree-wholerow">&nbsp;</div> 
<i role="presentation" class="tree-icon tree-ocl"></i> <div class="tree-anchor">
<i role="presentation" class="tree-icon tree-checkbox"></i> 
<i role="presentation" class="tree-icon tree-themeicon"></i>
 <span>initially selected</span></div> <!---->
</li>

sgf avatar Aug 14 '18 10:08 sgf