frontend-collective / react-sortable-tree

Drag-and-drop sortable component for nested data and hierarchies
https://frontend-collective.github.io/react-sortable-tree/
MIT License
4.9k stars 897 forks source link

Give Children another label/property name #932

Open pucheng-tan opened 2 years ago

pucheng-tan commented 2 years ago

Can we change the property name in treeData? For example, I have a tree: {title: node0, references: [{title: node1}]} Can I use the references as children?