pfPagination
patternfly.pagination
Component for pagination controls used in various views (list, card, table)
<pf-pagination
page-number="{number}"
num-total-items="{number}"
page-size-increments="{Array<Number>}"
page-size="{number}">
</pf-pagination>
| Param | Type | Details |
|---|---|---|
| pageNumber | number | The current page number |
| numTotalItems | number | The total number of items in the data set. When a filter is applied, update the |
| pageSizeIncrements | Array<Number> | (optional) Page size increments for the 'per page' dropdown. If not specified, the default values are: [5, 10, 20, 40, 80, 100] |
| pageSize | number | (optional) The initial page size to use. If not specified, the default will be
the first increment in the |