Something like a fnPostDrawCallback possible to be called after rendering is complete?
Something like a fnPostDrawCallback possible to be called after rendering is complete?
I'm hoping to keep the table hidden until it has completed rendering to avoid the user seeing any flashing of elements as I add columns dynamically. The plan is to 'show' the table once all is ready. Is there some way to do this? I've tried 'fnInitComplete' and 'fnDrawCallback' and they both seem to occur too early. Fanks!
- Daniel
- Daniel
This discussion has been closed.
Replies
Allan
It seems to work fine for the initial draw but when I refresh the page or go to the next page it delays.
Also just to verify this was a timing thing I wrapped my code in a setInterval and waited 2 seconds. Worked perfectly since this gave the table plenty of time to fully render and apply any formatting and what have you.
Any ideas? Oh and I'm running 1.8.2
Putting a width and height on the images (Like I always do) solved this issue. And I wagged my finger at him for not doing that.
Allan