I want to a a dynamic tree structure based on a hierachical collection (probably with a ‘parent’ column).
Is it possible to obtain such a result by configuring an existing list/table widget?
Or do I need to create a specific one :-/
I’m sure that I’m not the first one to have such a need …
I have found no clues on this forum.
It sounds like you would have to hardcode each section and subsection in order for this to work. What if you wanted to display different hierarchical data for each user? For example if you had a parent and child structure in a SQl database that you wanted to preset.
You can do this with components by nesting them and repeating them, unfortunately as stated by @aurelie for security reasons, the depth of your tree would be max 10 items.