Skip to main content
Version: Next

TablePaginationProps

Home > @backstage/ui > TablePaginationProps

Signature:

export interface TablePaginationProps 

Properties

Property

Modifiers

Type

Description

getLabel?

(params: { pageSize: number; offset?: number; totalCount?: number; }) => string

(Optional)

hasNextPage

boolean

hasPreviousPage

boolean

offset?

number

(Optional)

onNextPage

() => void

onPageSizeChange?

(size: number) => void

(Optional)

onPreviousPage

() => void

pageSize

number

pageSizeOptions?

number[] | PageSizeOption[]

(Optional)

showPageSizeOptions?

boolean

(Optional)

totalCount?

number

(Optional)