The fnReloadAjax() plugin is missing call to fnInitComplete()

The fnReloadAjax() plugin is missing call to fnInitComplete()

nielspeternielspeter Posts: 1Questions: 0Answers: 0
edited June 2011 in Plug-ins
...
that.oApi._fnProcessingDisplay(oSettings, false);
that.oApi._fnInitComplete( oSettings ); // missing
...

Replies

  • allanallan Posts: 61,438Questions: 1Answers: 10,052 Site admin
    fnInitComplete should only ever be called once during the lifetime of the table - and that point is when the table has first been initialised. It should not be called at the end of fnReloadAjax since the table has already been initialised. If you need a callback function the fnReloadAjax plug-in has that option.

    Allan
This discussion has been closed.