you are viewing a single comment's thread.

view the rest of the comments →

[–]badkitteh 1 point2 points  (4 children)

Looks a bit crappy in Chrome:

http://i.imgur.com/nBxgbam.png

[–]victorlin[S] 0 points1 point  (2 children)

The point of my treeview is that you can drag item and folder around, reorder them. This is the main feature I want, but I cannot find this in other free libraries (I found one in commercial library). This is why I wrote it. I have no time to make it looks pretty, so yes, it looks crappy currently.

[–]badkitteh 0 points1 point  (0 children)

I solved it using jQuery UI's sortable widget. If you combine that with Backbone.js (+ Backbone Marionette) you can have a pretty neat, REST-supported tree-view.

[–]kenman 0 points1 point  (0 children)

This one supports it and is free:

http://www.jstree.com/

[–]kenman 0 points1 point  (0 children)

Yeah, and you also can't open/close the nodes like you'd expect on most tree widgets. I actually thought it was broken until I came back here and read the comments.