You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add in DataTableHelper line 166
$readyFunctionContent=str_replace(""funct","funct",$readyFunctionContent);
$readyFunctionContent=str_replace("findunc"","",$readyFunctionContent);
Example:
->column('Cajas.fecha_mod', ['label' => 'Fecha de Modificacion',"render"=>"function ( data, type, row, meta ) { var date = new Date(data); return date.toLocaleString(document.documentElement.lang,{dateStyle:'full',timeStyle:'short'}); }findunc"])
The text was updated successfully, but these errors were encountered:
Add in DataTableHelper line 166
$readyFunctionContent=str_replace(""funct","funct",$readyFunctionContent);
$readyFunctionContent=str_replace("findunc"","",$readyFunctionContent);
Example:
->column('Cajas.fecha_mod', ['label' => 'Fecha de Modificacion',"render"=>"function ( data, type, row, meta ) { var date = new Date(data); return date.toLocaleString(document.documentElement.lang,{dateStyle:'full',timeStyle:'short'}); }findunc"])
The text was updated successfully, but these errors were encountered: