Skip to content

Releases: appronto/DataviewLoader

Example project with alternative

08 Sep 20:01
7b76744

Choose a tag to compare

Widget is no longer supported. Alternatives attached.

Dataloader widget

18 May 07:26

Choose a tag to compare

  • 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

23 Oct 08:57

Choose a tag to compare

  • Automatically reload the page at a certain seconds interval to create up-to-date dashboards
  • Compatible with Mendix 8

Loading text

27 Jun 07:04

Choose a tag to compare

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

17 Jun 12:31

Choose a tag to compare

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

30 Nov 15:00

Choose a tag to compare

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

30 Nov 10:23
1645dd2

Choose a tag to compare

A fix on memory usage in the browser due to new page creation and destroyment

Fix on visibility with Listen-To setup

22 Aug 13:50

Choose a tag to compare

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

28 May 11:18

Choose a tag to compare

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

18 May 09:28

Choose a tag to compare

The Mendix Client API has been changed the page creation. The widget has been updated to the new API.