-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
<vue-easy-tree :data="data"
height="200px"
:default-expand-all="false"
:show-checkbox='showCheckBox'
@check-change="handleCheckChange"
:expand-on-click-node="!parentselect"
:default-expanded-keys="defaultExpandedKeys"
:filter-node-method="filterNode"
:render-after-expand="true"
:node-key="treeProps.value"
:props="treeProps"
:style="`min-width: ${treeWidth}`"
@node-click="onClickNode"
class="select-tree"
highlight-current
ref="tree">
<span slot-scope="{ node, data }">
<span ref="label" v-html="getHighlightHtmlStrByString(node.label)"></span>
</span>
</vue-easy-tree>
Metadata
Metadata
Assignees
Labels
No labels