Pagination

The 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 only displayed 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

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