CirclonGroup/angular-tree-component

How to Concatenate parent node with all children node

daniel-ign opened this issue · 1 comments

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:

  • in one line
  • a concatenation of the sub-nodes that were selected

How is this done?

Anyone?