Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PaginationProps

Hierarchy

  • PaginationProps

Index

Properties

Optional component

component: React.FC<PaginationComponentProps> | ComponentClass<PaginationComponentProps>

Pagination Component

Optional initialCurrentPage

initialCurrentPage: undefined | number

Initial current page index. Start from 1

Optional onChange

onChange: undefined | ((page: number) => void)

Callback when page is changed

pageSize

pageSize: number

No of items in each page

total

total: number

Total number of rows

Generated using TypeDoc