Skip to main content
Version: 2.0

Pagination

Overview

A long list can be divided into several pages using Pagination, and only one page will be loaded at a time.

Anatomy

  1. Total Pages: You can show the total number of data by setting show Total
  2. Button Previous: Allow users to move backward one page at a time.
  3. Active Page: Indicates which page is currently being viewed.
  4. Ellipsis: Represent other pages in between to save horizontal space.
  5. Last page: Indicates how many pages there are in total.
  6. Button Next: Allow users to move forward one page at a time.
  7. Items per page: Use an inline select within the pagination bar so the user can change the amount of data displayed per page.

References

Pagination - Ant Design

Pagination - Carbon design system