Pagination

Overview

Collections of data are often split into multiple pages for performance reasons. Either the size of the data is too much to download at once, or the size of the data would take too long to render all at once. Pagination controls allow for the user to retrieve or view pages of data in a performant matter.

General Guidelines

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.