Closed tezrik closed 6 years ago
dataSelect2 : [
{ text : '1', id: 1 },
{
children : [
{
text : '2',
children : [
{text : '5', id : 5},
{text : '6', id : 6}
]
},
{text : '4', id : 4}
]
},
{text : '7', id : 7},
{text : '8', id : 8}
]
Hi, I'm having a problem displaying the hierarchy.
With this data, only the first 2