Skip to content

Page interaction on click for pagination #3222

Answered by SiTaggart
tonge495 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @tonge495

I don't think we have a particular preference, it's largely based on user expectations based on what you're actually doing, aligning to default browser behaviours.

There are largely two approaches:

  1. Each page in the pagination takes the user to a new route/url. When visiting that route the table of results will always be the same. That way you can share your search query and results (Preferred). In this case the action is a page navigation, just like navigating to any other page, and should act accordingly. This usually takes a user to the very top of the page.

  2. Each page in the pagination just re-renders the table above. No route change. In this case you must manually plac…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by loreina
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants