Magento 2.1.18 is the final 2.1.x release. After June 2019, Magento 2.1.x will no longer receive security patches, quality fixes, or documentation updates.
To maintain your site's performance, security, and PCI compliance, upgrade to the latest version of Magento.

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:

Updated