$('#example').DataTable({ "processing": true, "serverSide": true, "deferLoading": 0, "ajax": { "url": "/test/0", "type": "GET" } });