fnCallback is not called for fnReloadAjax if bServerSide is true

fnCallback is not called for fnReloadAjax if bServerSide is true

paulhickmanpaulhickman Posts: 21Questions: 1Answers: 0
edited March 2013 in Bug reports
If you are using server side data, the fnCallback function supplied as the 2nd argument of fnReloadAjax is never invoked.

This is because internally it calls fnDraw and does not do anything with the argument in this route through the function.

Replies

  • allanallan Posts: 61,663Questions: 1Answers: 10,094 Site admin
    edited March 2013
    fnReloadAjax is irrelevant with server-side processing since a call to fnDraw will reload the data source (since the data is held at the server).

    Allan
This discussion has been closed.