When I resize the header, the body also resizes a bit, but incorrectly. For example:
The grid is initialized as below:
var oTable = $('#grid').dataTable( {
dom: 'Rlfrtip',
"scrollX": true,
"bPaginate": false,
"bLengthChange": false,
"bFilter": true,
"bSort": true,
"bInfo": false,
"bAutoWidth": false
});
I'm using the ColReorderWithResize.js v.1.0.7
Any ideas?