.. _numberedPagination:

=======================
EXT:numbered_pagination
=======================

This extension includes a pagination API which ships features needed by most of the sites.

**Example**: Imagine 1000 records and 20 items per page which would lead to 50 links.
Using the this extension, you will get something like `< 1 2 ... 21 22 23 24 ... 100 >`.

.. note::
   This extension can also be used by other extensions to paginate through items.

Usage
-----

- Use `composer req georgringer/numbered-pagination`
- download it within the Extension Manager
- or download it from `https://extensions.typo3.org/extension/numbered_pagination`

