views:

1336

answers:

1

Is anyone using a good Treeview widget for Prototype or Scriptaculous? If so, why did you choose this one?

It has to support dynamically generated data, and drag'n'drop.

Note: I found TafelTree, which looks nice. Anyone has worked with it?

Thanks!

+1  A: 

TafelTree looks alright - just tried the link and the demo seems robust.

I must admit that I ended up going with jQuery, which has tons of tree-view plugins.

Sohnee
Thanks, TafelTree worked fine for me (and then I simplified away the need for a treeview).But if I need a treeview again I'll probably use jQuery with noConflict() since we use Prototype a lot.
Sébastien RoccaSerra
That's a good idea - the noConflict mode is really handy for side-by-side use (or even for using different versions of jQuery which is a bit less typical!)
Sohnee