carlos
carlos
Hi, I have the same problem with (Ñ) character, my temporal solution is add utf8_decode(COLUMN) in my where method: Wodetal2::where('WDSERV','BAS') ->where(utf8_decode('WDCURÑ'),'2') ->where('WDMRC$','>',0) ->get(); i think this is a problem with...
Hi all, i found a solution for this, the problem is in postgresql, i search the function when create the CONCAT_WS and evaluate the id field to put a number...
Hi all, I have the same problem, this happen when i change a Column::callback from array two fields like this: Column::callback(['id', 'name'], function ($id, $name) { return view('users.table-actions', ['id' =>...
HI all, I have the same problem, so i attach an image and this is the data: start: "2012-12-12T07:30:00.000-05:00" end:" 2012-12-12T08:30:00.000-05:00" start: "2012-12-11T16:30:00.000-05:00" end:" 2012-12-11T17:00:00.000-05:00" start: "2012-12-11T11:30:00.000-05:00" end:" 2012-12-11T12:00:00.000-05:00" start:...