Global Pagination
Overview
Pagination is used on list pages like search results. Pagination is used to help users orientate themselves and navigation between pages.
Pagination on Webpage
Printing Pagination
Functionality & Specifications
OnClick/OnTap of number the associated page is displayed
Previous / Start If user on the first page, links “previous” & “start” do not display. However, on every other page that are displayed OnClick/OnTap of previous, system displays page before current page OnClick/OnTap of start, system displays the first page
Next / Last If user on the last page, links “next” & “last” do not display. However, on every other page that are displayed OnClick/OnTap of next, system displays page after current page OnClick/OnTap of last, system displays the last page
Pagination Specifications
- Font: text, 11 px, Tahoma
- Alignment: centered
- icons:
- start - fas fa-angle-left
- previous - fas fa-angle-double-left
- next - fas fa-angle-right
- last - fas fa-angle-double-right