Table not re-drawing correctly when resizing the browser while the table div is hidden
Table not re-drawing correctly when resizing the browser while the table div is hidden
Hello,
I have a simple test case illustrating the problem here: http://live.datatables.net/repewolo/1/edit
Click the "Home" button to hide the table. Then resize the browser window. Then click the "Results" button to display the table again. The column headers and rows don't display, and the "+" controls are kind of cut off. I've included a resultsTable.columns.adjust().draw() when the table div is displayed but it doesn't seem to have an effect.
Also curious why removing scrollX from the initialization causes the table to overflow its container.
Any thoughts appreciated.
Thanks