Skip to content

Pagination

Pagination is used for splitting up content or data into several pages, with a control for navigating to the next or previous page.

Usage

Pagination

When to use

Generally, pagination is used if there are more than 25 items displayed in one view. The default number displayed will vary depending on the context.

When pagination may not help

Pagination should not be shown if only one page is available.

Alternative

From an UX point of view an alternative and better approach is called "Load More" pagination. When users scroll down to the bottom of the results page, they can consciously decide whether they want to see more results or not. If they want to continue browsing, they simply need to click on the button “Load More”. New results will either be appended under the current page or the whole page will be refreshed with new results.


Except where otherwise noted, content on this site is licensed under MIT License.