How to implement Lazy Loading for Subitems in Collapsible Groups in Mendix 8

0
I'm developing a screen in Mendix 8 that displays different groups, each containing several subitems. The groups are initially collapsed, and I want the subitems to load only when a user expands a group. While I'm aware of the deprecated widgets like Dataview Loader and Auto Load More, I'm looking for alternatives to achieve this functionality. How can I implement this behavior in Mendix 8?
asked
1 answers
1

For Mendix 8, why not use Dataview Loader? Yes, it's deprecated, but that's because it won't be updated anymore. But neither is Mendix 8, apart from bug and security fixes. For Mendix 8 it works fine (and also for 9 btw). Once you upgrade to Mendix 9 you could replace it with In View Content Renderer.

answered