dabeng / OrgChart

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

How don't collapse children node when collapse parent node of them? #649

Open sharing-innovations-luong-phuc opened 2 years ago

sharing-innovations-luong-phuc commented 2 years ago

Thanks for your library. I have a trouble that I hope you will give me idea to refactor the library.

When we click to the node to collapse it, its nodes were collapsed. But child nodes that is parent, were collapsed too. So when we show all child of parent node, this child nodes were still collapsed. How can I fix this ? Thanks for your support and sorry because I write english so bad.

Org Chart when no collapse :
image

Org Chart when collapse :
image

Org Chart when click to show :
image

how to make it like the Org Chart when no collapse ?