DataTable missing header when using scrollX
DataTable missing header when using scrollX

I want to display table only after I have finished rendering.
See https://jsfiddle.net/ye001nul/rps8nmsf/
So initially I put display:none
inside <table>
tag and then I add initComplete
to display the table back.
Problem only happened after I add scrollX option. Somehow the tableheader is missing. Is there any other way around ?
This discussion has been closed.
Answers
Anyone ?