linjingming / sim-tree

一个操作简单的基于jquery的树展示插件,支持异步展示子节点
MIT License
24 stars 3 forks source link

How to unexpand parent tree #3

Open jamescheng16 opened 5 years ago

jamescheng16 commented 5 years ago

here is my code ,and all the child node is expanded. I want to unexpand all the child node? how to do it `` var tree = simTree({ el: '#tree', data: list, check: true, linkParent: true, //check: true, onClick: function (item) { console.log(item) }, onChange: function (item) { console.log(item) } }); })

``

linjingming commented 5 years ago

fixed this bug, please update to the latest version