Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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"           }       });   });
Source by datatables.net #
 
PREVIOUS NEXT
Tagged: #DataTables #table #Invalid #JSON
ADD COMMENT
Topic
Name
8+8 =