Tree View

Bootstrap Treeview

Initialization no parameters
$('#tree1').treed();

  • TECH
    • Company Maintenance
    • Human Resources
  • XRP
    • Company Maintenance
    • Human Resources
  • Tree View One
    • Company Maintenance
    • Human Resources

Initialization optional parameters
$('#tree2').treed({openedClass : 'fa-folder-open', closedClass : 'fa-folder'});

  • TECH
    • Company Maintenance
    • Human Resources
  • XRP
    • Company Maintenance
    • Human Resources
  • Tree View Four
    • Company Maintenance
    • Human Resources

Initialization optional parameters
$('#tree3').treed({openedClass:'fas fa-minus', closedClass:'fas fa-plus'});

  • TECH
    • Company Maintenance
    • Human Resources
  • XRP
    • Company Maintenance
    • Human Resources
  • Tree View Five
    • Company Maintenance
    • Human Resources
Inline data demo
AJAX demo
Lazy loading demo
Callback function data demo
Interaction and events demo
either click the button or a node in the tree