-
-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pagination #2
Comments
Closed
This was referenced Jul 12, 2020
Closed
This was referenced Oct 24, 2021
2 tasks
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We use a paginator presenter to generate the array necessary for pagination. They are used in the CP and in templates.
Newer versions of Laravel changed how pagination works. No longer uses presenters, instead it uses views which would just return html.
We need to work out a way to get our arrays back.
Currently disabled in:
Currently broken in:
The text was updated successfully, but these errors were encountered: