How to display infinite nested levels (tree structure) in Mendix 10.24?

0
Hi everyone, I'm trying to display a hierarchical list of items in a page, where each item can have an arbitrary number of child items — essentially a tree structure with no predefined depth. I've noticed that the Tree Node widget included in the Mendix Data Widgets package does not support recursion or infinite nesting — it only renders a single level of children, making it unsuitable for this case. Unfortunately, the older MxLabs TreeTable widget, which did support recursive structures, is no longer supported in Mendix 10.24+ (since it relied on the legacy Dojo client). Has anyone found a clean solution for rendering deeply nested tree structures (with dynamic depth) in recent Mendix versions? Any ideas or workarounds would be much appreciated! Thanks in advance!
asked
0 answers