bgultekin / laravel4-datatables-package

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

Fix bug where $this->columns is set to null instead of [] if selected... #142

Closed phazei closed 10 years ago

phazei commented 10 years ago

...columns are empty for case of selecting all columns. Which otherwise causes error "array_values() expects parameter 1 to be array, null given" on line 551.

Add missing mDataProp data from DT1.9 data to column data array.

ktunkiewicz commented 10 years ago

OK, now I understand what you mean by "missing mDataProp data" :) I'll merge it. Thanks!