Title: EasyUi Tree Plugin:Always show all Nodes while the Node is Empty Post by: oppoic on August 06, 2014, 06:19:46 PM version:jQuery EasyUI 1.4
plugin:tree plugin details:while no children in nodes,click the node will: (http://images.cnitblog.com/blog/401362/201408/070918195685070.png) while Children Json is not Empty,the Tree works well: (http://images.cnitblog.com/blog/401362/201408/070918490533378.png) Title: Re: EasyUi Tree Plugin:Always show all Nodes while the Node is Empty Post by: zhcnlei on August 06, 2014, 06:45:41 PM That is async
Title: Re: EasyUi Tree Plugin:Always show all Nodes while the Node is Empty Post by: oppoic on August 07, 2014, 08:34:55 PM thanks upstairs,my qq group friends told me the same reason
i send several email to EasyUI,but no reply on till now,then i knew this is not a bug.... my final solution is:close all nodes after the tree load complete: status:close = > onLoadSuccess:collapseAll |