Releases: appronto/DataviewLoader
Refresh on attribute change
Added feature that the reload is triggered when an boolean attribute is changed to 'true'. Not each object refresh will trigger the reload of the Dataview Loader.
Template grid & Listview fix
Fixed an issue when the widget is used in a Template grid or Listview. When the user is paging through the Template grid, the widget wasn't rendering based on the new object.
Error handling
The microflow that is executed can fail by an error. The loader will actually continue spinning, so the user isn't informed that it went wrong.
This release gives the feature that on microflow failure a custom text can be show to the user.
Bugfix flickering content
- Improved page loading, is executed now one time.
- Clean up some code
- Removed 'Resize' handling because it will reload the page each time.
Content fade in feature
A simple functionality but a huge different. Fading the content on the page after loading instead of directly on the page.
Refresh support
Features
- Triggering the microflow and loading again when the dataview object is being refreshed. Ideal when a webservice calls needs to executed each time a parameter changes by the input of the user.
- Support for executing the microflow asynchronous. Has disadvantage because the microflow return entity can't be used because it isn't returned by Mendix.
Microflow execution on different object types
Features
- The configuration has changed to specify the return entity of the microflow. This gives the availability to have a different type of object of the source page versus the target page.
Fixes
- Github issue #3 solved. When the source page has changed the widget will properly be destroyed and stop working.
First Release
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.