-
Notifications
You must be signed in to change notification settings - Fork 19
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
New Feature Request: can laradrop support paginator? #10
Comments
It's not supported out of the box, and because it uses ajax to fetch data, the Laravel paginator probably won't work. At this time, you'd need to override or modify the laradrop.js file to accomplish this. |
It seems the main issue pagainator is not supported is caused by laradop use serivice such as file->get, which will retrieve decendant and siblings. If we return resource directly, it will be easily implemented with laravel paginate(10) code. But it really is important since there will be many files uploaded to server. thanks~! |
Currently, i workaround this by : |
Thanks, @cnweibo. I made this issue into a 'feature request' and will look into it as soon as I can. |
Hi jasekz,
I will have many assets files managed by laradrop, can laradrop support paginator feature?
thanks~!
The text was updated successfully, but these errors were encountered: