PagerProps
Name | Type | Default | Description |
---|---|---|---|
buttonCount? |
|
Sets the maximum numeric buttons count before the buttons are collapsed. | |
className? |
|
Sets additional classes to the Pager. | |
dir? |
|
Sets the direction of the component. | |
disabled? |
|
Controls the disabled state of the Pager. Defaults to | |
info? |
|
Toggles the information about the current page and the total number of records. | |
messagesMap? |
|
Useful for modifying the Pager messages. | |
navigatable? |
|
If set to | |
onPageChange? |
|
Fires when the page of the Pager is changed. You have to handle the event yourself and page the data. | |
pageSizes? |
|
Displays 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 | |
size? |
|
|
Configures the The available options are:
|
skip |
|
The number of records that will be skipped. | |
style? |
|
The styles that are applied to the Pager. | |
take |
|
The number of records that will be taken. | |
total |
|
The total number of records. | |
type? |
|
Defines the type of the pager.
|