DataTables warning: table id=example5 - Invalid JSON response. For more information about this error, please see http://datatables.net/tn/1
Example: DataTables warning: table id=example-dt - Invalid JSON response.
Plain text12345678910$(document).ready(function () { $('#example').DataTable({ "processing": true, "serverSide": true, ajax: { url: "/../../admin/server-side-data.php", type: "GET" } }); });