How to achieve async loading

2
how can I insert JS node to achieve async loading for my Mendix page, or anyother way that I can load my page content in batches. thanks for your attention! BR
asked
1 answers
1

You should consider using the dataview loader. This one has an option to async loading on the “Datasource” tab

https://marketplace.mendix.com/link/component/50833.

Otherwise you can still use the dataview loader and then trigger a Javascript snippet as a datasource

answered