New to Kendo UI for Vue? Start a free 30-day trial

GridPagerSettings

The pager settings of the Grid (see example).


<Grid :pageable="{buttonCount: 2,info: false}">
</Grid>
NameTypeDefaultDescription

buttonCount?

number

Sets the maximum numeric buttons count before the buttons are collapsed.

info?

boolean

Toggles the information about the current page and the total number of records.

pageSizes?

boolean | number[]

Shows a menu for selecting the page size.

pageSizeValue?

string | number

Sets the selected value of the page size Dropdownlist. It is useful when the selected value could also be a string not only a number.

previousNext?

boolean

Toggles the Previous and Next buttons.

responsive?

boolean

Defines if the pager will be responsive. Defaults to true.

type?

string

Defines the type of the Grid pager.