New to Kendo UI for Angular? Start a free 30-day trial
Pager Settings
To configure the Angular Grid pager, bind the pageable option to a PagerSettings object.
The PagerSettings
object has the following fields:
buttonCount
—Sets the maximum numeric buttons count before the buttons are collapsed. Defaults to10
.info
—Toggles the information about the current page and the total number of records. Defaults totrue
.pageSizes
—Shows a menu for selecting the page size. Defaults tofalse
. To enable various page sizes within the menu, set thepageSizes
property to a numerical array.previousNext
—Toggles the Previous and Next buttons. Defaults totrue
.type
—Defines the type of the Grid pager. The available values arenumeric
(buttons with numbers) andinput
(input for typing the page number) values. Defaults tonumeric
.responsive
—Toggles the built-in responsive behavior. Defaults totrue
.position
—Sets the position of the Grid pager relative to the data table. The available values aretop
,bottom
, andboth
. Defaults tobottom
.
The following example demonstrates the available pager settings.
Change Theme
Theme
Loading ...