on cliked sort buttton . page number get changed
on cliked sort buttton . page number get changed
Td@12345
Posts: 12Questions: 4Answers: 0
on cliked sort buttton . page number get changed
This question has an accepted answers - jump to answer
This discussion has been closed.
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.