Pagination

Pagination control specifies the initial load size.

For the following templates page control is shown * View and Edit - List * Search Object - List * Search Object - Table

Pagination is used to display the object list. A maximum of rows as specified by the property pageSize are displayed. If pageSize is not set, then a default of 10 is applied. The user can choose to display 5, 10 (default), 20, 50 or 100 results by using the 'Show' drop down list. The pagination controls are displayed only if there are more results to show than the set page size. The following controls are available:

  • Go to first page

  • Go to previous page

  • Go to a specific page, (page number links)

  • Go to next page

For tabs, the pagination control is implemented on scrolling.

 "pagination":{
    "pageSize":""
  }