Reputation: 609
I'm looking for an select box replacement, in which I am choosing a node of tree (the hierarchical structure is important). The other import thing is the ability to typefilter the nodes, because there is a lot of records.
Best if this could be in jQuery, ideally using jQuery UI.
Upvotes: 13
Views: 21149
Reputation: 660
Checkout the ComboTree plugin by EasyUI.
http://www.jeasyui.com/demo/main/index.php?plugin=ComboTree&theme=default&dir=ltr&pitem=
Upvotes: 7
Reputation: 3722
This is an interesting plugin useful in situation like yours. http://harvesthq.github.io/chosen/
Upvotes: -1
Reputation: 6763
All you're looking for is in the jsTree jQuery plugin. Beautifully written, modular, extremely configurable, 5+ star implementation of hierarchical data display in a javascript rendered tree.
Upvotes: 14