Resize issues when sorting with column filters, scrollX, and set widths
Resize issues when sorting with column filters, scrollX, and set widths

I have added column filters to my datatable and also need to use scrollX
and pre-set widths (and a resize plugin), and am seeing strange resize issues when sorting.
I tried to recreate the issue in this example: http://live.datatables.net/sakibuke/1/
I can only get this to work correctly when also specifying scrollXInner
in the options, but this is not an official part of the API and feels kind of hacky.
Also, scrollX
does not seem to respect widths defined in columnDefs
or columns
.
Has anyone seen this before?
Thanks,
Laurence