Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork62
feat: recordsFiltered Limit (Hard Limit in Config)#156
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This will insert lengthMenu parameter according to max_record_per_page in config file. This will not affect manual lengthMenu insertion in "builder parameters". PSR2 CS Fix.
Kudos, SonarCloud Quality Gate passed! |
gemul commentedAug 12, 2024
Hi, when will this feature be implemented? This is rather high security risk for the server, where end user can arbitrarily set the "length" parameter to very large number upon request and lead to high load of the server. |
Updated PR and targeted to master. Please fix the conflicts or send a new PR. Thanks! |
Uh oh!
There was an error while loading.Please reload this page.
This will insert lengthMenu parameter according to max_record_per_page in config file. This will not affect manual lengthMenu insertion in "builder parameters". PSR2 CS Fix.
Part 2 / Part 1 (laravel-datatablesyajra/laravel-datatables#2565)