Hi all,
Scenario:
I have a set of 6 input fields based on which the results are populated into a table built in Sapui5.It is an F4 value help. I am using XML views
Problem : Based on input I am getting a 10000 records in table which takes mins to display sometimes crashes the browser.
Current logic : I am performing a odata.read call and then transferring the list to json model to display in table.
How to optimize the performance. Do I have to use odata model directly instead of json?/if so how but still its is going to fetch the entire 10000 right.