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

sanjay18sanjay18 Posts: 2Questions: 0Answers: 0
edited January 2013 in DataTables 1.8
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

Replies

  • girishmrgirishmr Posts: 137Questions: 0Answers: 0
    Duplicate Entry.

    Use fnDraw / fnReloadAjax depending on how you are using your tables. That should rest you paging as well
This discussion has been closed.