Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBasePaginationProps

Hierarchy

Index

Properties

Optional className

className: string

current

current: number

Optional formatTotal

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

Type declaration

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

      • total: number

      Returns React.ReactNode

Optional lastPageHelp

lastPageHelp: IPopProps

onChange

pageSize

pageSize: number

Optional total

total: number

Optional totalItem

totalItem: number

deprecated, use total

Generated using TypeDoc