on cliked sort buttton . page number get changed
on cliked sort buttton . page number get changed

on cliked sort buttton . page number get changed
This question has an accepted answers - jump to answer
This discussion has been closed.
on cliked sort buttton . page number get changed
This question has an accepted answers - jump to answer
Answers
Please show your code, or preferably link to a test case showing the problem.
This applies to your other post as well.
-when there is no data . i want to remove search,pagin can its possible?
"fnDrawCallback": function(oSettings) {
if ($('#ppgFileData tr').length < 1) {
$('.dataTables_paginate').hide();
}
}
i did this for removing pagination but its not working.