When scrollX is used then headers + footers are not correctly positioned
When scrollX is used then headers + footers are not correctly positioned
Debugger ID: okojot
datatables 1.10.9, bootstrap 3.3.5, jquery 1.11.2
When scrollX is used and table is initially empty and dynamically loaded, then
1) headers and footers are not redrawn accordingly (do not reflect table body column positions after draw() method invocation). After clicking on the order column icon header + footer is repositioned correctly.
2) footer list boxes are cut as you have used most probably overflow-y: hidden - which is not correct - footer should be out of the bodies overflow setting.
Both issues do not appear when scrollX = false.