Next page keeps on processing

Next page keeps on processing

shehrozasmatshehrozasmat Posts: 1Questions: 1Answers: 0

Hello i am using datatable and first page it loads fine but when i do search or click next it keeps on processing the response i receive as json is valid i checked on http://jsonlint.com/ below is my dataTable Code.

$("#leads_table").dataTable({
"processing": true,
"serverSide": true,
"bDeferRender": true,
"ajax":"<?php echo base_url('Leads/listITs')?>"
});

Answers

  • allanallan Posts: 63,791Questions: 1Answers: 10,513 Site admin

    Thanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged.

    Information on how to create a test page, if you can't provide a link to your own page can be found here.

    Thanks,
    Allan

This discussion has been closed.