Syntax for ajax.reload() - resetPaging

Syntax for ajax.reload() - resetPaging

madvoramadvora Posts: 11Questions: 4Answers: 0

Can someone please post an example of the syntax for the resetPaging true/false attribute for the ajax.reload() function?
http://datatables.net/reference/api/ajax.reload()

Answers

  • rhinorhino Posts: 80Questions: 2Answers: 17

    I may be misunderstanding here, but perhaps this?

    var bResetPaging = true; // or false!
    table.ajax.reload( null, bResetPaging );
    
This discussion has been closed.