how to get node data when click?
blackinitial opened this issue · 1 comments
blackinitial commented
i not understand what the meaning parameter node-data
on click-node
event.
how to get data object on node when clicked??
francesco-ismb commented
Hi,
I solved using:
<organization-chart :datasource="treeData" @node-click="nodeData => myFunction(nodeData)">