How to know current page number? #130
Answered
by
gilbitron
kapitannwel
asked this question in
Help & support
-
I need to know how can i get the current page number so that i can use it on other methods of vue. thank you very much in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
gilbitron
Apr 21, 2022
Replies: 1 comment
-
You should be able to find this in the Laravel response. Usually, it's in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gilbitron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to find this in the Laravel response. Usually, it's in
data.meta.current_page
wheredata
is the pagination response object from Laravel.