CollectionView Paging
Paging is a common technique for dealing with large collections of data.
Client-Side Paging
The CollectionView class supports client-side paging by default. This enables you to generate grids and tables that contain only a reasonable amount of data. To enable paging, set the pageSize property and to select the page you want to display, use the moveToPage method.
For example:
Page 1 of 40
Server-Side Paging
Server-side paging consists of making requests that bring in one page of data at a time. The actual commands used to retrieve the data depend on the API exposed by the server.
MVC Edition includes CollectionViewService that implements server-based paging (as well as sorting and filtering).
For example:
Page 1 of 40