PagerProps
The pager settings of the Grid (see example).
<Grid :pageable="{buttonCount: 2,info: false}">
</Grid>
Name | Type | Default | Description |
---|---|---|---|
ariaControls? |
|
Defines the | |
buttonCount? |
|
Sets the maximum numeric buttons count before the buttons are collapsed. | |
info? |
|
Toggles the information about the current page and the total number of records. | |
messagesMap? |
|
A map with the messages. | |
onPagechange? |
|
The event that is emited when the page is changed. | |
onPagesizechange? |
|
The event that is emited when the page size is changed. | |
pagerRender? |
| ||
pageSize |
| ||
pageSizes? |
|
Shows a menu for selecting the page size. | |
pageSizeValue? |
|
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? |
|
Toggles the Previous and Next buttons. | |
responsive? |
|
Defines if the pager will be responsive. Defaults to | |
settings? |
| ||
size? |
|
|
Configures the The available options are:
|
skip |
| ||
take |
| ||
total |
| ||
type? |
|
Defines the type of the Grid pager. | |
width? |
|