You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using the tree component, and have the need to a custom data object for each node; alas, I could not find any userData or similar property in ITreeNodeProps.
Can this feature be added, or some workaround be suggested? this is quite critical for any production-level app using a tree.
The text was updated successfully, but these errors were encountered:
We require all nodes to have a unique ID. I think you can use your own data structure to store this data and simply look up the data object you need for each node.
We're using the tree component, and have the need to a custom data object for each node; alas, I could not find any userData or similar property in ITreeNodeProps.
Can this feature be added, or some workaround be suggested? this is quite critical for any production-level app using a tree.
The text was updated successfully, but these errors were encountered: