GridPagerSettings
The pager settings of the Grid (see example).
<Grid :pageable="{buttonCount: 2,info: false}">
</Grid>
buttonCount?
number
Sets the maximum numeric button count before the buttons are collapsed.
info?
boolean
Toggles the information about the current page and the total number of records.
pageSizes?
boolean | Array
Shows a menu for selecting the page size.
previousNext?
boolean
Toggles the Previous and Next buttons.
type?
boolean | GridPagerType | undefined
Defines the type of the Grid pager.