cancel
Showing results for 
Search instead for 
Did you mean: 

How refresh the table without loading the whole page in the list page?

friendlycoder
Participant

Hi all,

we have built a UI5 application with fiori elements. The app is based on list report floorplan.

We would like that the table refreshes automatically every 10 seconds to get new data from the server.

Is it feasible to incorporate the refresh functionality into the app that has been constructed using Fiori Elements?

Best regards,

Anu

View Entire Topic
AlexNecula
Active Contributor
0 Kudos

Hello,

For this you use the method refreshTable from extensionAPI.

More info on how to use it can be found here.

Alex

friendlycoder
Participant

Thanks so much for your help.