Is there a way to retrieve the current page? #1214
Unanswered
johncarter-
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to show a slider like "Page 1 of 3". To do this I can hook into the
move
event, but it gets pretty messy pretty quickly.Things are easier on the
pagination:updated
event but this doesn't fire when I click prev / next buttons.Does anyone know any way to get the current page, relative to perPage and the newIndex?
Beta Was this translation helpful? Give feedback.
All reactions