New to KendoReact? Learn about KendoReact Free.
GridPagerType
The type of the Grid pager.
The available values are:
numeric
—Buttons with numbers.input
—Input for typing the page number.
tsx
<Grid
pageable="{{
type: 'numeric'
}}">
</Grid>
type
GridPagerType = "numeric" | "input";