CirclonGroup / angular-tree-component

A simple yet powerful tree component for Angular (>=2)
https://angular2-tree.readme.io/docs
MIT License
1.09k stars 488 forks source link

How to Concatenate parent node with all children node #935

Open daniel-ign opened 2 years ago

daniel-ign commented 2 years ago

I am new to this and im trying to align the expanded parent nodes horizontally.
This would effective change the UI of the tree The best example would be how VS Code has implemented it.

enter image description here

Where the parent is:

How is this done?

daniel-ign commented 2 years ago

Anyone?