Executing function after datatables has finished

Executing function after datatables has finished

20cenz20cenz Posts: 2Questions: 0Answers: 0
edited November 2010 in General
Hi,
I have a question about the following scenario:
I have two DIV element (source and destination). Inside the SOURCE div I have a table and I use datable on it.
I need to swap the content from SOURCE to DESTINATION after datatables hat totally complete its job.
Is there a way to to that with some callback function?
Thanks a lot.
Regards

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    fnInitComplete ( http://datatables.net/usage/callbacks#fnInitComplete ) will fire when DataTables has completed it's initialisation.

    Allan
This discussion has been closed.