cancel
Showing results for 
Search instead for 
Did you mean: 

sap.ui.table.Table load all the data in single API Call

0 Kudos
979

Hi,

I want the ui table to load all the data in single service call. Tabel by default calls the OData service with $skip and $top parameters and on scroll next set of data will be loaded.

How to implement this?

Thanks,

Bhavya

View Entire Topic
prashil
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Bhavyashree,

I haven't tested with Smart Table if it requires additional binding. In case of sap.ui.table.Table there is nothing required for binding it should traditionally work as normal binding.

Thanks

Prashil

0 Kudos

Thanks for you response. I will check.