cancel
Showing results for 
Search instead for 
Did you mean: 

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

0 Kudos
980

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
junwu
Active Contributor
0 Kudos

what table you are using?

grid table has an attribute "threshold", if you set a big number to it, it should bring in all data

0 Kudos

Hi,

It worked thanks. I am using sap.ui.table Table.

Thanks,

Bhavya