How to refresh native listview with datasource = nanoflow

0
Hi Experts, I have a listview in native mobile with the datasource nanoflow.   The nanoflow is called when pressing a search bottom on top, and it returns the list at the end event. Is there a way to refresh the listview? Please advise me on this matter. Cheers!
asked
1 answers
0

Hi Leonardo,

You would need a context helper entity which you would need to refresh.

Place your listview in a dataview with this context helper entity and use the AppEvents widget from the NativeMobileResources module to refresh the context, for instance on an interval of X seconds.

answered