PaginationControls

PaginationControls components are used to paginate through item lists

Params

ParamTypeDefaultDescription
totalnumbertotal number of items
[startPage]number1initial page number to select
[size]number15number of items to display per page
onChangefunctioncallback fired on page change

Example

<PaginationControls @startPage={{1}} @total={{100}} @size={{15}} @onChange={{this.onPageChange}} />

See