Why only paging is not working
Why only paging is not working
emrecandan
Posts: 1Questions: 1Answers: 0
In below code, only paging is not wotking. Is there any fix for this? Thank you.
var data = '';
$.ajax({ type: "POST",
url: "getData.php",
async: true,
success: function(data) {
$("#result").html(data);
$('#mytable').DataTable({
"language": {
"url": "//cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/Turkish.json"
},
});
}
});
This discussion has been closed.
Answers
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