Table Tools Initialization issue using fnInitCompleted.
Table Tools Initialization issue using fnInitCompleted.
marcfarrow
Posts: 28Questions: 0Answers: 0
I am using table tools 2.0.3 and datatables 1.9.1. I have a table I am drawing on a page and then on the $(document) ready I am initializing the table. After the table is initialized, I am hiding the table. So I am using the "fnInitCompleted" method of the datatables API to set a flag that says the table is initialized. Then once it is initialized I am hiding the container for the table (outer DIV). The problem is that the TableTools plugin is not being fully initialized before the DIV is being hidden. Is there an extra callback in the TableTools API in which I can use to verify that the TableTools has been initialized. If I remove the "hide" code for the table, everything works fine. I have verified that the fnInitCompleted is calling back properly, etc.
Thanks.
Marc
Thanks.
Marc
This discussion has been closed.