bgultekin / laravel4-datatables-package

Server-side handler of DataTables Jquery Plugin for Laravel 4
267 stars 108 forks source link

Fixes pagination occurring even if it is disabled in DataTables. #171

Closed nesl247 closed 9 years ago

nesl247 commented 10 years ago

Fixes https://github.com/bllim/laravel4-datatables-package/issues/170. This might not be the cleanest solution, but without knowing if DataTables 1.9 sends a null value or not, this was the easy way to go.