I initialize my HTML table using the columns
option, so that I can set the widths for each indiviual column. Initially, fixedHeader
preserves the specified columns widths, once I start scrolling. After I scroll all the way back up, to the point that 'fixedHeaders' are deactivated (no more sticky headers), the column widths are not preserved - but they are all set to equal widths.
Anybody have an idea on how can I force the column widths to be preserved?