Datatable icon indicating copy to clipboard operation
Datatable copied to clipboard

Problem with bPaginate:false

Open ppiotrowski opened this issue 9 years ago • 0 comments

When you set options "bPaginate:false" is the result of the collection is n-1 because datatable sends parameter iDisplayLength=-1 and in response we get an array of cutting off the last item

the solution is simple, but do not know if correct: BaseEngine.php l:526 if($value>0) $this->limit = $value;

sorry for my bad English :)

ppiotrowski avatar Jun 09 '15 10:06 ppiotrowski