开发者

Any good ideas to implement a neat UI for a nested tree in Rails

开发者 https://www.devze.com 2023-01-23 05:51 出处:网络
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 imple

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).

0

精彩评论

暂无评论...
验证码 换一张
取 消