You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking at this project and it looks really interesting for me being a Laravel developer previously. I didn't saw this in the documentation but was curious if it supported pagination for collection pages?
The text was updated successfully, but these errors were encountered:
A pagination like showing pages 1-100 is currently not a build in feature.
It can be done using view templates - it's not pretty but possible. So I'd rather make a real pagination :)
If you only want to show next/prev pages, it can be done using the Capro class, here's an example of doing it for the capro docs site:
I was looking at this project and it looks really interesting for me being a Laravel developer previously. I didn't saw this in the documentation but was curious if it supported pagination for collection pages?
The text was updated successfully, but these errors were encountered: