Which element do I have to use for pagination? #1204
howpagination
started this conversation in
General
Replies: 1 comment
-
You should use Javascript block and add script that get all pagination urls (try google with jQuery) then storage to variable or table. Then use loop variables to open each url and get your data |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I have a pagination that looks like below:
[ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 10 ] NEXT >
Which element do I have to use for clicking each page number?
Also, please give me some instructions how to use the element for it.
Thank you very much. : )
Beta Was this translation helpful? Give feedback.
All reactions