Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITablePageInfo

Hierarchy

  • ITablePageInfo

Index

Properties

Optional current

current: number

Optional formatTotal

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

Type declaration

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

      • total: number

      Returns React.ReactNode

Optional limit

limit: number
deprecated

use pageSize

Optional pageSize

pageSize: number

Optional pageSizeOptions

pageSizeOptions: PaginationPageSizeOption[]

Optional total

total: number

Optional totalItem

totalItem: number
deprecated

use total

Generated using TypeDoc