dd014_Do not show pagination if there is only a single page of results.

Question: Should we display the pagination component with only a single page of results?

Option 1#

Do not display the pagination component.

For

  • We already have a pattern that we do not display buttons until the user can interact with them, so this follows that pattern.

Against

  • We could use the pagination as an indicator that the user has reached the end of the results.

Option 2#

Display pagination with only a single page.

For

  • Might help the user understand that they are at the end of their results.

Against

  • Does not follow our existing pattern.
  • The user may not understand why we are displaying buttons that they cannot interact with.

Decision#

Option 1. Do not display the pagination component.

Last updated on by Diana Thomson