We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It is possible to display the treeData structure in reverse order ?
[{text: 'node 2', children: [{text: 'node 2-1'}]}]
to this
[{text: 'node 2-1', children: [{text: 'node 2'}]}]