Instructions
1, Add the Tree View obj
2. Add the ID for the element
3. Add the data structure base on the sample format in the default
Structure:
[
{
"text": "Root node",
"id": "id",
"children": [
{
"text": "Child node 1",
"id": "id1",
"icon": "jstree-file"
},
{
"text": "Child node 2",
"id": "id2",
"children": [
{
"text": "Child node 1",
"id": "id3"
},
{
"text": "Child node 2",
"id": "id4",
"icon": "jstree-file"
}
]
}
]
}
]