OdinaSpb / jstree

Automatically exported from code.google.com/p/jstree
0 stars 0 forks source link

How can I have a leaf node along with expand/collapse functionality ? #1015

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using JSON_data to create node dynamically
2. When the nodes are clicked first time child nodes are added and second time 
all child nodes under that node are deleted
3. When deletion of child nodes occur the node which is clicked second time so 
as to delete all its child nodes loses the expand/collapse icon.

What is the expected output? What do you see instead?
I want the expand/collapse symbol on the node for which all child nodes have 
been deleted.

What version of the product are you using? On what browser?
jstree-v.pre1.0

Original issue reported on code.google.com by anmol.ra...@gmail.com on 21 Sep 2013 at 10:17