Paging

Provides properties and methods to work with paging.

Available for

Model-driven and canvas apps

Properties

firstPageNumber

First page number.

Type: number

hasNextPage

Whether the result set can be paged forwards.

Type: boolean

hasPreviousPage

Whether the result set can be paged backwards.

Type: boolean

lastPageNumber

Last page number.

Type: number

pageNumber

Page Number. Same as firstPageNumber. Used in exposed interfaces where firstPageNumber and lastPageNumber is not available.

Type: number

pageSize

The pageSize of the paging.

Type: number

totalResultCount

Total number of results on the server for the current query.

Type: number

Methods

Method Description
loadExactPage Request the exact page of results to be loaded.
loadNextPage Request the next page of results to be loaded.
loadPreviousPage Request the previous page of results to be loaded.
reset Reload the results from the server, and reset to page 1.
setPageSize Sets the number of results to return per page on the next data refresh.

Power Apps component framework API reference
Power Apps component framework overview