Hi,
Anyone used dataTables before? Trying to get it to work but am having issues.
Keep getting the error of
Undefined index: sEcho in C:\wamp\www\dataTable\functions\server_processing.php on line 148
{"sEcho":0,"iTotalRecords":"4","iTotalDisplayRecords":"4","aaData":[[
Line 148 is below...
$output = array(
"sEcho" => intval($_GET['sEcho']), // line 148
"iTotalRecords" => $iTotal,
"iTotalDisplayRecords" => $iFilteredTotal,
"aaData" => array()
);
I have followed the guide but totally stuck. Any other good data table or grid you guys reccommend which is easy to implement for PHP & MySQL?