Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best AJAX TreeView [closed]

Tags:

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

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

like image 378
ckarbass Avatar asked Oct 21 '08 04:10

ckarbass


2 Answers

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.

like image 153
Christian C. Salvadó Avatar answered Sep 24 '22 13:09

Christian C. Salvadó


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

like image 30
jerjer Avatar answered Sep 25 '22 13:09

jerjer