dabeng / react-orgchart

It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
MIT License
135 stars 112 forks source link

Is there any APIs to hide the children or siblings of a node based on id ? #21

Open satyajitcet opened 3 years ago

satyajitcet commented 3 years ago

in jquery version of this package, APIs are there to hide child or siblings of a node based on id value of node.Can we have same type apis in react version also?