Hi, I've got this error in the response when i try to type a search string on Datatables with Serverside.
DataTables::create(array(
...
"options"=>array(
"paging"=>true,
"pageLength" => 25,
"searching"=>true,
),
"method"=>'post',
"showFooter"=>true,
"serverSide"=>true,
...
Can you help me ? Thanks