Which jQuery treeview is the most appropriate for the demand? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
开发者_JS百科 Improve this questionHere comes a requirement and i'm still at the beginning of choosing jQuery treeview plugin, which should support c# web service. the datasource is really a big one, so all treeview nodes must be collapsed defaultly. Once user click a node to expand, an extra parameter will be passed into the webmethod and populate its children treeview. I found there are many lightweight treeviews which populate a whole bunch of UL/LI DOM on pageload which is not what I want.
I found a page lists 8 jQuery treeviews. hardly to test one by one. http://www.programmingsolution.net/useful-js/jquery-treeview.php
Do anyone get the same exp to help me out? Thanks.
have you tried
- jstree
- file tree
I recommend it...
This will not be an answer to your question as it was created on 2010, I just wanted to add this as reference, while this thread is the first answer on Google for a search like best jquery treeview
.
I will suggest DynaTree . DynaTree seems to be the most up to date and flexible TreeView plugin these days.
http://www.jstree.com/
For an advance view you should check jquery-treetable http://ludo.cubicphuse.nl/jquery-plugins/treeTable/doc/
Checkout the Shield UI TreeView widget, remote data demo:
http://demos.shieldui.com/web/treeview/remote-data
It should give you all the remote endpoint functionality you need.
精彩评论