helfi92 / material-ui-treeview

A React tree view for material-ui.
MIT License
47 stars 21 forks source link

Feat: Expose all node props when onLeafClick is triggered #35

Closed helfi92 closed 5 years ago

helfi92 commented 5 years ago

Previously we used to expose only value, parent, and id.

Relates to https://github.com/helfi92/material-ui-treeview/issues/34.