Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PaginationConfig

A config containing properties for Pagination

Hierarchy

  • PaginationConfig

Index

Properties

Optional pageNumber

pageNumber: number

The current page number

Optional pageSize

pageSize: number

The initial page size to use

Optional pageSizeIncrements

pageSizeIncrements: Array<number>

Page size increments for the 'per page' dropdown

Optional totalItems

totalItems: number

The total number of items in the data set.

Generated using TypeDoc