-
-
Notifications
You must be signed in to change notification settings - Fork 857
Open
Labels
Description
Summary of problem or feature request
Laravel datatables has an interesting bug, you can request virtually unlimited rows. When using datatable in public we usually set a max record per page in order to minimize server load or to stop people from collecting all data's in a single request.
I think adding a limit configuration in the config file can solve this issue.