Losing paging after click event

Losing paging after click event

nhattruongdevnhattruongdev Posts: 1Questions: 0Answers: 0
edited September 2013 in DataTables 1.8
I have function paging for table
function loadPagingRedeem() {
$("#tbRedeemControl").dataTable({
"sPaginationType": "full_numbers",
"iDisplayLength": 20,
"aaSorting": [[8, "asc"]]
});
}
When i click button event it call function Verify (id);
function Verify(id) {
//action
loadPagingRedeem()
}
But after clicking , the paging is losing ? can help me why ?

Replies

  • allanallan Posts: 61,669Questions: 1Answers: 10,096 Site admin
    Please link to a test case as noted in the forum rules, so we can take a look and debug what is going wrong.

    Allan
This discussion has been closed.