You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pagination is centrally aligned, with a top margin of 30px.
If the user is on the first page of table results, the back button is disabled. If they are on the last page of table results, next is disabled.
The current page of results has an active state applied to it.
If ≤ 7 pages, no need for truncating the pagination (adding "...").
If a page ≥ 5 is selected, the first page should be available to the left and last page should be available to the right. The first and last page should always be visible.
An ellipses (...) is shown between non-consecutive pages, using the disabled state style, but the ellipses itself has a 100% opacity, as opposed to 10%.
Pagination preview:
Hover and focus states:
Rules:
CSS:
Pagination (on mobile):
The text was updated successfully, but these errors were encountered: