How can I help you?
PagerSettingsModel
16 Mar 20261 minute to read
Interface for a class PagerSettings
Properties
columnPageSizes number[]
Allows 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
PagerUI, 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 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.