React CardView - paging

Configures paging.

Selector: Paging
Type:

Paging

Paging allows the UI component to load data in portions instead of loading it simultaneously. To enable paging, set the paging.enabled property to true.

Users can switch between pages and change paging settings using the pager or they can scroll the pages. Paging settings apply with any scrolling mode.

enabled

Enables paging.

Type:

Boolean

Default Value: true

pageIndex

Specifies the page to be displayed using a zero-based index.

Type:

Number

Default Value: 0
Raised Events: onOptionChanged

pageSize

Specifies the page size.

Type:

Number

Default Value: 6
Raised Events: onOptionChanged

The page size determines how many cards the UI component loads at a time.