Pagination

The pagination pattern allows a user to navigate back and forwards through a URL based dataset, or jump directly to any specific URL in that set. Read more.


Example 1: Server-Side Pagination

A resultset that is paginated via server side page reloads (i.e. links).


Example 2: Client-Side Pagination

A resultset that is paginated via client-side rendering (i.e. buttons).


Updated: October 14th, 2020