React Common Types - grids - Pager

Configures the pager.

import { Pager } from "devextreme/common/grids"

allowedPageSizes

Specifies the available page sizes in the page size selector.

Default Value: 'auto'

displayMode

Specifies the pager's display mode.

Default Value: 'adaptive'

infoText

Specifies the page information text.

Type:

String

Default Value: 'Page {0} of {1} ({2} items)'

label

Specifies an aria-label attribute for the pager.

Type:

String

Default Value: 'Page Navigation'

showInfo

Specifies whether to show the page information.

Type:

Boolean

Default Value: false

showNavigationButtons

Specifies whether to show navigation buttons.

Type:

Boolean

Default Value: false

showPageSizeSelector

Specifies whether to show the page size selector.

Type:

Boolean

Default Value: false

visible

Specifies whether the pager is visible.

Type:

Boolean

|

Mode

Default Value: 'auto'