Timothy Rowan
Results
2
comments of
Timothy Rowan
I am having the same issue without using orderby. my code: public function getDatatable() { return Datatable::query(User::all(array('id','username'))) ->showColumns('id', 'username') ->searchColumns('username') ->orderColumns('id','username') ->make(); } getting a 500 err and hearing this...
killer, that was it, thanks! great product.