Hi SAPUI5 experts,
I am having trouble with my application. I have a table which is loaded with data. These data come from multiple processes and it takes 10 seconds to fully process. However, my table renders too quickly and it displays incomplete data.
For example, my data has 50 rows. However, my table renders too quickly and it will display 23 rows only because the remaining 27 are still being processed.
I am really stuck. I tried setting the data loading in onInit() function in my controller but the table is rendering too fast. Is there a way to stop the rendering of the view until the whole data has loaded?
I am using XML views.
Regards,
Raye