DOM - How to hide unformatted table during page load

DOM - How to hide unformatted table during page load

jteutenbergjteutenberg Posts: 16Questions: 3Answers: 0

I have to use the DOM data source, because our td content is complex.
During the load of the page the normal content of the table is shown until it is rendered with DataTables.
Is there a way to hide the table until it is rendered with DataTables?
The reason is, that we don't want to show the unformatted table to our customer.

Example:
http://live.datatables.net/xiyemuru/1/

Replies

Sign In or Register to comment.