sim-tree icon indicating copy to clipboard operation
sim-tree copied to clipboard

How to unexpand parent tree

Open jamescheng16 opened this issue 6 years ago • 1 comments

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) } }); })

``

jamescheng16 avatar Mar 25 '19 08:03 jamescheng16

fixed this bug, please update to the latest version

linjingming avatar Mar 25 '19 09:03 linjingming