I'm using awesome_nested_set. And there 开发者_JAVA百科are of course many JS libraries. Anything particularly good to use for trees, with Drag-and-drop and ease of use ?
In one project, I had to implement a full tree using Awesome_nested_set with drag-and-drop, editing, creation of children, etc.
I used jsTree (http://www.jstree.com/) and it was rather easy (only about 50 lines of custom JS).
精彩评论