Pagination
Extended from PrimeVue paginator
EsPagination props
- Name
totalRows
- Type
Number
- Default
- n/a
- Description
-
Required. This is the total number of items in the table or list to be paginated.
- Name
perPage
- Type
Number
- Default
- n/a
- Description
-
Required. This is the number of items to be displayed on each page, and along with totalRows determines
how many pages are needed.
- Name
listId
- Type
String
- Default
- n/a
- Description
-
Required. The ID of a list or table element to be paginated, this is input to "aria-controls"
for accessibility.
- Name
align
- Type
String
- Default
left
- Description
-
Options 'left', 'center', and 'right'. Horizontal alignment applied to the paginator as a whole.