bgultekin / laravel4-datatables-package

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

OrderBy is trying to use the column number instead of column name #161

Closed nesl247 closed 6 years ago

nesl247 commented 10 years ago

Prior to today, I was on commit 094ae36. After updating to d9d6917 the query is being written as OrderBy 0 asc, which obviously doesn't work because I don't have a column named 0.

nesl247 commented 10 years ago

I've narrowed it down to being caused with this commit 7cc0be6

nesl247 commented 10 years ago

And now I've figured out it is your change to defaulting to dataFullSupport. Not sure why simply doing a composer update changed the behavior on this though.

phazei commented 9 years ago

That's been fixed and defaulted to false in #162