PagerSettings
Interface
Configures the pager settings of the Grid (see example).
Definition
Package:@progress/kendo-angular-grid
Syntax:
TS
public pagerSettings: PagerSettings = {
buttonCount: 5,
info: true,
type: 'numeric',
pageSizes: [5, 10, 20],
previousNext: true,
responsive: true,
position: 'bottom'
};
Properties
buttonCount?
number
Sets the maximum number of numeric buttons before collapsing them.
info?
boolean
Shows information about the current page and the total number of records.
pageSizes?
boolean | number[]
Shows a menu for selecting the page size.
Sets the Pager position relative to the Grid data table.
The possible values are 'top', 'bottom', and 'both' (see example).
previousNext?
boolean
Shows the Previous and Next buttons.
responsive?
boolean
Enables the built-in responsive behavior of the Pager.