tower1229 / Vue-Giant-Tree

🌳 巨树:基于ztree封装的Vue树形组件,轻松实现海量数据的高性能渲染。
http://refined-x.com/Vue-Giant-Tree/
MIT License
660 stars 169 forks source link

hideNode showNode 等没有封装进去吗? #8

Closed liu-enel closed 4 years ago

liu-enel commented 4 years ago

我需要做一个模糊过滤关键词的功能

liu-enel commented 4 years ago

getNodesByParamFuzzy 找到了这个方法

tower1229 commented 4 years ago

onCreated回调里可以得到ztree实例,你这些方法都可以通过实例调用

liu-enel commented 4 years ago

onCreated回调里可以得到ztree实例,你这些方法都可以通过实例调用

exhide 扩展 的方法没有 onCreated 得到实例上没有这些方法 具体为hideNodes,hideNode,showNode,showNodes,isHidden

tower1229 commented 4 years ago

哦,因为官网有这么一句话 all.js = core + excheck + exedit ( 不包括 exhide ) 如果要用这个功能,可能你得自己构建一个版本了

colo1994 commented 4 years ago

哦,因为官网有这么一句话 all.js = core + excheck + exedit ( 不包括 exhide ) 如果要用这个功能,可能你得自己构建一个版本了

打扰下,请问这个应该怎么构建?

tower1229 commented 4 years ago

哦,因为官网有这么一句话 all.js = core + excheck + exedit ( 不包括 exhide ) 如果要用这个功能,可能你得自己构建一个版本了

打扰下,请问这个应该怎么构建?

https://github.com/tower1229/Vue-Giant-Tree/blob/master/src/components/ztree.vue#L11