Please wait message

0
Hi, i have a dashboard page, in this page i have a data view for which data source is a microflow. When i try to open the page it is taking some time like few seconds to load my data like to get my records. Since it is a data source microflow i cant add please wait message in microflow settings. Is there any other way to do this?   Thanks and Regards, Srihitha.
asked
2 answers
0

Couple of options for that, for example:

- You could change the datasource to nanoflow. Then you could user the ‘show/hide’  progress javascript actions from the Nanoflow commons module. You can call the microflow with logic from your nanoflow.

 

- You could also use this widget https://marketplace.mendix.com/link/component/50833 

answered
0

Hi Srihitha,
            You can achieve this requirement by writing custom CSS or calling nanoflow actions. But hopefully we one simple widget to achieve this, named “Dataview Loader”. You can download it from market place.

Market place Link: https://marketplace.mendix.com/link/component/50833   

answered