jQuery TreeList - paging

Configures paging.

Type:

Object

Paging allows the widget to render rows by pages instead of rendering them at once. To enable paging, set the paging.enabled option to true.

View Demo

See Also

enabled

Enables paging.

Type:

Boolean

Default Value: false

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: 20
Raised Events: onOptionChanged