Dataview Loader

Content Type: Widget
Categories: Utility,User Interface

Overview

When you retrieve large amounts of data, especially with integrations, it takes a while for the pages to load, and the Users can't see or do anything. Mendix shows a loader until ALL data is retrieved, and only then it shows the complete page. Wouldn't it be better if we could show the User part of the page as it loads, and then the rest once the retrieve over integration is complete? This widget allows you to show the User parts of the page directly data is retrieved, with individual elements showing a loader.

 

*UPDATE: widget is not longer supported. There are 2 alternatives available: https://github.com/appronto/DataviewLoader/releases/download/4.0/DataViewLoaderAlternative.mpk

Documentation

Demo urlhttps://dataviewloadertest100-sandbox.mxapps.io/

Dataview Loader widget

This widget is no longer working.

We attached a example project with 2 alternatives:

https://github.com/appronto/DataviewLoader/releases/download/4.0/DataViewLoaderAlternative.mpk

Both solutions needs a boolean to determine if loading is completed.

Releases

Version: 4.0.0
Framework Version: 9.16.1
Release Notes: Widget is no longer supported. Alternatives available for download: https://github.com/appronto/DataviewLoader/releases/download/4.0/DataViewLoaderAlternative.mpk.
Version: 3.0.0
Framework Version: 8.2.2
Release Notes: - Upgrade to Mendix 8.2.2 - Added new widget: Dataloader. A better UI onl loading large data and pages instead of the loading view of the Mendix microflow call.
Version: 2.2.0
Framework Version: 7.23.0
Release Notes: - Automatically reload the page at a certain seconds interval to create up-to-date dashboards - Compatible with Mendix 8
Version: 2.1.0
Framework Version: 7.18.1
Release Notes: A simple an easy feature, but crucial for user experience. You can set a loading text in the widget when the microflow is executed.