Create a Pagination component
calcite_pagination.RdCreate a Pagination component
Arguments
- ...
named attributes passed to
htmltools::tag()
Details
Properties
The following properties are provided by this component:
| Name | Attribute | Description | Values | Reflects to Attribute |
| groupSeparator | group-separator | When true, number values are displayed with a group separator corresponding to the language and country format. | boolean | TRUE |
| messageOverrides | NA | Use this property to override individual strings used by the component. | Check API reference | FALSE |
| numberingSystem | numbering-system | Specifies the Unicode numeral system used by the component for localization. | "arab" | "arabext" | "latn" | FALSE |
| pageSize | page-size | Specifies the number of items per page. | number | TRUE |
| scale | scale | Specifies the size of the component. | "l" | "m" | "s" | TRUE |
| startItem | start-item | Specifies the starting item number. | number | TRUE |
| totalItems | total-items | Specifies the total number of items. | number | TRUE |