how to reset paging count when we delet erecord from datatable using jquery
how to reset paging count when we delet erecord from datatable using jquery
sanjay18
Posts: 2Questions: 0Answers: 0
supoose in datable i have 10 record show in first page .and paging count show 1 to 10 record. after that when we delete one record from datable paging and page count not reset i.e they show same i,e 1to 10 record .they cant show 1 to 9 record .
Plz help me how to apply paging or reset again
Plz help me how to apply paging or reset again
This discussion has been closed.
Replies
Use fnDraw / fnReloadAjax depending on how you are using your tables. That should rest you paging as well