I’m trying to understand how to represent a tree-like structure in PatternFly. I’m thinking in having a sort of an explorer tree on the left.
I’m not sure if this is the best practice or even the way I should go about it.
Now the only component I’ve seen that would be somewhat able to model that would be the expandable component, combined probably with a breadcrumb component.
Looking at the navigation system I can’t imagine how it would look like. It seems that only 1-2 levels deep are possible, and even then with a full context switch. I.e A select to pick the “project” in the navigation bar, or another select in the left navigation bar, etc.
Unfortunately, they don’t scale well for infinitely recursive structures like folders.
So, what would be the best practice to model a tree structure?