We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd love to be able to pass isLengthAware: true to attachPaginate() as a param and have this take effect globally on all usages of paginate.
The text was updated successfully, but these errors were encountered:
I think that it is possible, but not sure why would you like to do that.
Pay attention that isLengthAware makes an additional db query.
isLengthAware
Sorry, something went wrong.
This would be a nice feature. I am aware that it would make an additional query but I need to know the total length for every request.
Would you like to make a PR for this?
No branches or pull requests
I'd love to be able to pass isLengthAware: true to attachPaginate() as a param and have this take effect globally on all usages of paginate.
The text was updated successfully, but these errors were encountered: