Fancytree

Fancytree is a JavaScript dynamic tree view plugin for jQuery with support for persistence,keyboard,checkboxes,tables,drag and drop,and lazy loading. Fancytree is a sequel of the popular DynaTree plugin.

Tree

  • item1
  • item2
  • Document with some children(expanded on init)
    • Sub-item 4.1(expanded,active and focused on init)
      • Sub-item 4.1.1
      • Sub-item 4.1.2

Multiple Selection

  • item1
  • item2(selected on init)
  • Document with some children(expanded on init)
    • Sub-item 4.1(expanded on init)
      • Sub-item 4.1.1(selected on init)
      • Sub-item 4.1.2(selected on init)

Single Selection

  • item1
  • item2(selected on init)
  • Document with some children(expanded on init)
    • Sub-item 4.1(expanded on init)
      • Sub-item 4.1.1
      • Sub-item 4.1.2

Drag &Drop

  • item1
  • item2(selected on init)
  • Document with some children(expanded on init)
    • Sub-item 4.1(expanded on init)
      • Sub-item 4.1.1
      • Sub-item 4.1.2