I am getting this error with the following:
jquery.dataTables.js:4089 Uncaught TypeError: Cannot read property \'style\' of undefined(…) _fnCalculateColumnWi
I had this issue when i set colspan in table header. So my table was:
colspan
Expenses Income Profit/Loss
Then once i change it to:
Everything worked just fine.