Free javascript tree view library with checkbox/multiselect [closed]
We don’t allow questions seeking recommendations for books, tools, softwar开发者_如何转开发e libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this questionI want to find a javascript library that supports folder-like tree view with checkbox/ multiselect. There are quite a number of libraries, such as www.treeview.net, but lots of them requires purchase or including advertising link.
Can I find any free javascript library that support tree view with checkbox?
try this one
http://kazge.com/show/zkjs/src/tree.html
it support checkbox, and more feature
the project's home page is https://code.google.com/p/zkjs/
I've used http://sortablejs.github.io/Sortable/#nested with great success. The default UI might throw you off (it doesn't look like a tree) but when you consider mobile users this look actually works much better.
I've never tried using checkboxes with it but I doubt it would be a problem.
精彩评论