diff --git a/demos/tree/assets/pages.html b/demos/tree/assets/pages.html new file mode 100644 index 00000000000..13fbd9de852 --- /dev/null +++ b/demos/tree/assets/pages.html @@ -0,0 +1,17 @@ +[ + { + "label": "subchild-one", + "leaf": true, + "type": "node" + }, + { + "label": "subchild-two", + "leaf": true, + "type": "node" + }, + { + "label": "subchild-three", + "leaf": true, + "type": "node" + } +] \ No newline at end of file diff --git a/demos/tree/index.html b/demos/tree/index.html index 02eec88b30f..c6b3b743222 100644 --- a/demos/tree/index.html +++ b/demos/tree/index.html @@ -21,11 +21,13 @@

TreeView normal with drag and drop and undraggable elements

TreeView file with IO

-
-

TreeViewDD file with IO

+
+

TreeView with Tree Paginator

+
+