OData
Paging in OData Service($top,$skip) – Part 6
Paging is used for restricting data(instead of feeding ALL) from the backend to the frontend which helps to improve the performance by reducing the records in the response. Let’s take an example, suppose there is a UI5/Fiori application in which you need to display the list of sales orders. In Read more…