Tree without displaying the root? #1463
-
I'm using textual to create an interactive interface for pyinvoke. I'm using a Tree to display the various tasks/collections but I would like to not display the root to save on screen space and since it's not adding any information (for my usage). A faked example of what I'm looking for... instead of this:
I'd like to be able to do this:
Thanks for any guidance and also thanks for all the great work!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That would be a useful feature to add. Would you mind posting a feature request issue? You can simulate it the moment by having a |
Beta Was this translation helpful? Give feedback.
That would be a useful feature to add. Would you mind posting a feature request issue?
You can simulate it the moment by having a
Group
of trees for the top nodes.