Hello all, I am using DataTables 1.9 with ColVis, ColReorderWithResize, and Scroller. Now, my table has many columns, so I need to enable scrolling. However, when I enable scrolling an extra header is added below my already existing header, and this header screws up the resize aspect of ColReorderWithResize. My question is, how can I just completely disable sScrollX/Y from adding this extra header. After all, I don't need two places for the user to be able to click to sort the table.
↧