Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPaginationPageSizeChangerProps

Hierarchy

Index

Properties

Optional formatTotal

formatTotal: (total: number) => React.ReactNode

Type declaration

    • (total: number): React.ReactNode
    • Parameters

      • total: number

      Returns React.ReactNode

Optional onPageSizeChange

onPageSizeChange: (pageSize: number) => void

Type declaration

    • (pageSize: number): void
    • Parameters

      • pageSize: number

      Returns void

pageSize

pageSize: number

Optional pageSizeOptions

pageSizeOptions: PaginationPageSizeOption[]

total

total: number

Generated using TypeDoc