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
Hey, awesome plugin
Is it possible to integrate it with laravels Model::simplePaginate(int);?
Model::simplePaginate(int);
The response looks like
current_page: 1 data: Array(10): "[]", first_page_url: "http://app.test/contacts-paginate?page=1" from: 1 next_page_url: null path: "http://app.test/contacts-paginate" per_page: 15 prev_page_url: null to: 6
We are using this plugin for frontend filtering, but for larger queries we have to return a paginated result from Laravel.
I realise this plugin is backend agnostic, but it would be great if we could integrate this frontvue vue application to manage backend queries too.
Thanks so much!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey, awesome plugin
Is it possible to integrate it with laravels
Model::simplePaginate(int);
?The response looks like
We are using this plugin for frontend filtering, but for larger queries we have to return a paginated result from Laravel.
I realise this plugin is backend agnostic, but it would be great if we could integrate this frontvue vue application to manage backend queries too.
Thanks so much!
The text was updated successfully, but these errors were encountered: