New to Kendo UI for VueStart a free 30-day trial

The type of the Grid pager.

The available values are:

  • numeric—Buttons with numbers.
  • input—An input field for typing the page number.

Possible values:

  • "numeric"
  • "input"
Example:
tsx

  <Grid
    :data-items="products"
    :columns="columns"
    :pageable="{ type: 'numeric'}">
  </Grid>
Not finding the help you need?
Contact Support