patternfly-bootstrap-treeview
Version:
Tree View for Twitter Bootstrap
43 lines (42 loc) • 597 B
JSON
[
{
"text": "Parent 1",
"tags": [4],
"nodes": [
{
"text": "Child 1",
"tags": [2],
"nodes": [
{
"text": "Grandchild 1",
"tags": [0]
},
{
"text": "Grandchild 2",
"tags": [0]
}
]
},
{
"text": "Child 2",
"tags": [0]
}
]
},
{
"text": "Parent 2",
"tags": [0]
},
{
"text": "Parent 3",
"tags": [0]
},
{
"text": "Parent 4",
"tags": [0]
},
{
"text": "Parent 5",
"tags": [0]
}
]