Question about fnInitComplete and fnDrawCallback
Question about fnInitComplete and fnDrawCallback
Hi,
I have searched the forums, but I wanted to get clarification on this. I have a table dynamically generated via an Ajax call to a JSON file (or web service that returns JSON). I want to execute functions after the tables is finished drawing.
The forums indicate that fnDrawCallback() seems to be the correct callback function for this purpose. Then, what does fnInitComplete() do? It sounds like fnInitComplete() is fired after initialization but before anything is drawn. Correct?
Thanks.
I have searched the forums, but I wanted to get clarification on this. I have a table dynamically generated via an Ajax call to a JSON file (or web service that returns JSON). I want to execute functions after the tables is finished drawing.
The forums indicate that fnDrawCallback() seems to be the correct callback function for this purpose. Then, what does fnInitComplete() do? It sounds like fnInitComplete() is fired after initialization but before anything is drawn. Correct?
Thanks.
This discussion has been closed.
Replies