Pagination #819
Unanswered
kirkegaard
asked this question in
Q&A
Pagination
#819
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to define how pagination works? We use query params like
/blog?page=2
but i dont see a way of supplying the current page tousePostOrPosts
. I assume it uses thecontext.params
to figuring out which page we're on?Beta Was this translation helpful? Give feedback.
All reactions