Refresh Content

0
Hi Everyone    I need to refresh only specific content in mendix whithout refresh whole page  how can I Do it ?
asked
1 answers
0

Hi,

You can use a DataView container with a Datasource microflow and return an Object (May be an Helper Object)

And add the Microflow Timer Widget https://marketplace.mendix.com/link/component/27 to update the object in regular basis. 

Call a microflow inside the microflow timer widget and try to refresh the object by choosing ‘Refresh in client checkbox.

 

answered