Replies: 2 comments
|
@ithuis I'm working in something similar to.. when I use the example in the docs, the generator just iterates all the API pages instead one by one, do you figure out how to make it work? |
0 replies
|
This worked for me: |
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.
I am working on a project that consumes a cusorPagination. This paginator works if i use it in 1 function, like in the example.
But i want to load the results per page on a livewire page and add a button "go to next page".
All reactions