Paging component
The Paging component implements pagination in grids implemented using Listing. It also creates an instance of the child Sizes component which allows to define the number of records displayed in the associated table.
Configuration options
Option | Description | Type | Default Value |
---|---|---|---|
totalTmpl |
Path to the .html template for rendering the total amount of found records. |
String | ui/grid/paging-total |
sizesConfig |
Configuration that is passed to the Sizes component. |
Object | - |
template |
The path to the component’s .html template. |
String | ui/grid/paging/paging |
Source files
Extends UiElement
: