Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there any javascript or jquery plugin for clustering(like tree) view from json data.Left side shoud be tree like view and right side its data.

It seems we cant add image here.
Posted

1 solution

There are many jQuery Plugins for TreeView like jsTree[^] and JQUERY FILE TREE[^].

But you need to handle the Click Events of nodes for showing data on right side.
So, go through Documentation and find out the Events. Then write code to show related data somewhere on the Page.
 
Share this answer
 
Comments
Killzone DeathMan 19-Feb-14 6:31am    
My 5 ;)
Thanks Killzone DeathMan. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900