Best AJAX TreeView

45,234

Solution 1

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.

Solution 2

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

Share:
45,234
Mindaugas MG
Author by

Mindaugas MG

Updated on October 16, 2020

Comments

  • Mindaugas MG
    Mindaugas MG over 3 years

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

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

  • Greg Dean
    Greg Dean over 15 years
    I think this treeview only supports asynchronous loading of leafs. Which may be an issue, if your tree is large.
  • Christian C. Salvadó
    Christian C. Salvadó over 15 years
    Yes, I found the ExtJS Treeview to have better asynchronous loading at many levels tinyurl.com/yp49hy
  • Exception
    Exception almost 11 years
    We use DHTMLX Tree and that is not as fast as they said. It's response is too slow(2 seconds) with 1000 child elements with checkboxes to select a single checkbox.
  • Vladimir Georgiev
    Vladimir Georgiev about 8 years
    Shield UI's TreeView is another powerful component, supporting a large variety of data source loading: demos.shieldui.com/web/treeview/remote-data