Skip to content
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

Add chunk split method to paginate #663

Open
LordDeveloper opened this issue May 12, 2022 · 0 comments
Open

Add chunk split method to paginate #663

LordDeveloper opened this issue May 12, 2022 · 0 comments
Labels
easy These issues are geared for people who have not yet contributed to this project yet enhancement A feature that exists, works as intended but needs to be improved medium These issues are geared for people who have contributed to the project before

Comments

@LordDeveloper
Copy link
Contributor

I want to split paginated data to 2 and more slices.

User.paginate(10, 1).chunk(2)

Above example doesnt work.

Also add pages count attribute to paginate response.

Thanks a lot.

@LordDeveloper LordDeveloper added the enhancement A feature that exists, works as intended but needs to be improved label May 12, 2022
@josephmancuso josephmancuso added medium These issues are geared for people who have contributed to the project before easy These issues are geared for people who have not yet contributed to this project yet labels May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy These issues are geared for people who have not yet contributed to this project yet enhancement A feature that exists, works as intended but needs to be improved medium These issues are geared for people who have contributed to the project before
Projects
None yet
Development

No branches or pull requests

2 participants