fnReloadAjax to work with fnStateLoadCallback, fnInitComplete
fnReloadAjax to work with fnStateLoadCallback, fnInitComplete

I'm trying out fnReloadAjax and note that it doesn't call fnStateLoadCallback or fnInitComplete is this intended?
If so, is there a way for me to call them manually?
If so, is there a way for me to call them manually?
This discussion has been closed.
Replies
Yes - you are not re-initialising the table with fnReloadAjax, so it doesn't call the state saving functions.
What is it that you want to do? I presume you want to keep it on the current page, for which fnReloadAjax has a standing redraw option. And for fnInitComplete (which is only ever called once during the life time of a table) you could call your function "manually".
Allan