Datatable showing wrong pagination when get data from server
问题 In my webpage, I am using datatable to show the records. But when I try to show the data, data showing correctly but the pagination count is wrong. My code is oTableSp = $('#specials-table').dataTable({ "bProcessing": true, "bServerSide": true, "sAjaxSource": <myUrl>', "bJQueryUI": true, "sPaginationType": "full_numbers", "iDisplayLength":25, "lengthMenu": [ 25, 50, 75, 100 ], "dom": '<"top"f>rt<"bottom row"<"col-md-3"l><"col-md-3"i><"col-md-6"p>>', "columns": [ { data: "SpecialName" }, {