Search results

PagerSettingsModel API in JavaScript (ES5) Pivot Table API control

Interface for a class PagerSettings

Properties

columnPageSizes

number[]

Allows you to choose from a variety of page sizes in the paging UI that can be used to display the pivot table’s columns.

enableCompactView

boolean

Allows the paging UI to be displayed with the absolute minimum of information by hiding all paging data except for the navigation options.

isInversed

boolean

When the property is set to “true”, it allows to display the row and column paging options as vice versa.

In pager UI, paging options for column axis will be shown at left-side and for row will be shown at right-side.

position

PagerPosition

Allows to display the pager UI either at top or bottom of the Pivot Table UI.

rowPageSizes

number[]

Allows you to choose from a variety of page sizes in the paging UI that can be used to display the pivot table’s rows.

showColumnPageSize

boolean

Allows to show column page size information in the pager UI.

showColumnPager

boolean

Allows to show or hide column paging options in the pager UI.

showRowPageSize

boolean

Allows to show row page size information in the pager UI.

showRowPager

boolean

Allows to show or hide row paging options in the pager UI.

template

string | Function

Allows the pager UI to be customized by using an HTML string or the element’s ID to display custom elements instead of the standard ones.