DataTable missing header when using scrollX

DataTable missing header when using scrollX

ye001nulye001nul Posts: 2Questions: 1Answers: 0

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 ?

Answers

This discussion has been closed.