sap.ui.table.Table load all the data in single API Call
144 Views
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.