Skip to content

display the treeData structure in reverse order #72

Open
@bci24

Description

@bci24

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'}]}]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions