UNPKG

jquery.fancytree

Version:

jQuery tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag'n'drop, and lazy loading

31 lines (30 loc) 568 B
<children> <node> <title> Node 1</title> </node> <node folder="true" expanded="true" key="42"> <title> Node 2 (expanded folder)</title> <children> <node> <title> Node 2.1</title> </node> <node> <title> Node 2.2</title> </node> </children> </node> <node folder="true"> <title> Node 3 (collapsed folder)</title> <children> <node> <title> Node 3.1</title> </node> <node> <title> Node 3.2</title> </node> </children> </node> <node folder="true" lazy="true"> <title> Node 4 (lazy)</title> </node> </children>