Hello ,
I ran into a weird scenario of jq tree.
Below is what am i trying to achieve
:- I have a requirement where i need to fill the tree on demand .
For this i am using the pattern which was stated in demo of jqxtree.
Now somewhere downside of the tree sub node, on expand , i am about to get around 6500 sub leaf . This is where am stuck
$(‘#treeviewProperty’).jqxTree(‘addTo’, childData, $element[0])
For tree having around 50 sub nodes, its working fine.
BUT , Where childData is having array of 6500 elements in it. When this line gets hit , i am getting error of UNRESPONSIVE SCRIPT .
Also , this
issue is happening on I-3 64bit windows 7 ,
On I-5 machine, tree is taking time to load, but not giving error of UNRESPONSIVE Script..
Any Help is really appreciated.
Regards,
Harsh G