Documentation v8.0.25

Preview Purchase
jsTree is jquery plugin, that provides interactive trees. For more info please visit the plugin's Homeor Github Repo.

Drag & Drop

Here's a jsTree example with drag and drop functionality. For more info, please visit the official website.
$("#kt_docs_jstree_dragdrop").jstree({
    "core" : {
        "themes" : {
            "responsive": false
        },
        // so that create works
        "check_callback" : true,
        'data': [{
                "text": "Parent Node",
                "children": [{
                    "text": "Initially selected",
                    "state": {
                        "selected": true
                    }
                }, {
                    "text": "Custom Icon",
                    "icon": "flaticon2-warning text-danger"
                }, {
                    "text": "Initially open",
                    "icon" : "fa fa-folder text-success",
                    "state": {
                        "opened": true
                    },
                    "children": [
                        {"text": "Another node", "icon" : "fa fa-file text-waring"}
                    ]
                }, {
                    "text": "Another Custom Icon",
                    "icon": "flaticon2-bell-5 text-waring"
                }, {
                    "text": "Disabled Node",
                    "icon": "fa fa-check text-success",
                    "state": {
                        "disabled": true
                    }
                }, {
                    "text": "Sub Nodes",
                    "icon": "fa fa-folder text-danger",
                    "children": [
                        {"text": "Item 1", "icon" : "fa fa-file text-waring"},
                        {"text": "Item 2", "icon" : "fa fa-file text-success"},
                        {"text": "Item 3", "icon" : "fa fa-file text-default"},
                        {"text": "Item 4", "icon" : "fa fa-file text-danger"},
                        {"text": "Item 5", "icon" : "fa fa-file text-info"}
                    ]
                }]
            },
            "Another Node"
        ]
    },
    "types" : {
        "default" : {
            "icon" : "fa fa-folder text-success"
        },
        "file" : {
            "icon" : "fa fa-file  text-success"
        }
    },
    "state" : { "key" : "demo2" },
    "plugins" : [ "dnd", "state", "types" ]
});
<div id="kt_docs_jstree_dragdrop"></div>

Explore Metronic

Demo1

Demo2

Demo3

Demo4

Demo5

Demo6

Demo7

Demo8

Demo9

Demo10

demo
Coming soon

Demo11

Demo12

demo
Coming soon

Demo13

Demo14

demo
Coming soon

Demo15

demo
Coming soon

Demo16

demo
Coming soon

Demo17

demo
Coming soon

Demo18

demo
Coming soon

Demo19

demo
Coming soon

Demo20

demo
Coming soon