Question

What are some of the better AJAX Treeviews out there that support asynchronous JSON loading.

YUI TreeView seems nice, but bloated with tables, etc.

Was it helpful?

Solution

jQuery TreeView plugin it's really good and it haves very nice asynchronous JSON loading capabilities...

ExtJS TreeView Component, also great, multi-level asynchronous loading, excelent for large trees.

OTHER TIPS

I suggest DHTMLX Tree:

  • Cross Browser
  • AJAX Support
  • In-line node editing
  • Drag-n-drop capabilities
  • *Smart Rendering - allows avoiding performance problems in trees with great number of nodes per level.
  • Rich Client API

  • Special techniques implemented into the component make loading of really big trees fast and effective.

  • Advanced drag-and-drop makes it possible to drag items not just within one tree, but between different ones (even if trees are located in different frames or iframes).

You can try this functionality right now:

Live Demo

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top