Replies: 4 comments
|
Can you elaborate a bit on this? |
0 replies
|
I think @studiosyntax means the ability to return the URLs for multiple previous/next links. https://docs.craftcms.com/v3/dev/tags/paginate.html#nearby-page-links That's the documentation link for it. |
0 replies
|
This would be an awesome addition to this plugin. |
0 replies
|
Another +1 here. Can't always use GraphQL for projects, but Element API still gets us through a lot! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When working with ElementAPI and a Javascript front-end — for example Vue — the pagination options are a bit slim.
It would be nice to be able to create the same pagination links as we can with Twig Pagination while also preserving the querystrings as is with the current prev and next links in the JSON meta object.
All reactions