Releases: appronto/DataviewLoader
Example project with alternative
Dataloader widget
- 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.
Reload on interval
- Automatically reload the page at a certain seconds interval to create up-to-date dashboards
- Compatible with Mendix 8
Loading text
A simple an easy feature, but crucial for user experience. You can set a loading text in the widget when the microflow is executed.
Fix on refreshing with attribute trigger and conditional visibility
Small fix done when the refresh is triggered by a boolean attribute and conditional visibility (a tabpage for example) is used. The Dataviewloader will wait untill for example the tabpage is shown and trigger than the reload.
Dynamic page loading
You can now load dynamically the page with the usage of a microflow. The result page microflow returns a string in this format "module/pagina.page.xml".
Memory issue fix
A fix on memory usage in the browser due to new page creation and destroyment
Fix on visibility with Listen-To setup
Little fix on executing the microflow when the DataviewLoader widget is used within an dataview which listens to a datagrid or listview.
Fix on visibility handling with Mx 7.13 or higher
Mx 7.13 or higher will keep sending resize requests even without actual resize. The resize is an update to check if the widget has been set visible by an tabpage for example.
Mendix 7.14.1 compatible
The Mendix Client API has been changed the page creation. The widget has been updated to the new API.