FixedHeader size of th's not matching

FixedHeader size of th's not matching

peipst9lkerpeipst9lker Posts: 11Questions: 0Answers: 0
edited April 2012 in FixedHeader
Hi, I recently added FixedHeader and colReorder but the size of the th's aren't matching and slightly move everything a bit further.

Screenshot: http://s14.directupload.net/images/120404/bm4gm7ei.png

initialize code

[code]
var oTable = $('.datatable').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"oLanguage": { "sUrl": "lang/de_DE/de_DE-datatables.txt" },
"aoColumns": dtSortCols,
"aLengthMenu": [[10, 25, 50, 100, 250, 500], [10, 25, 50, 100, 250, 500]],
"iDisplayLength": parseInt($("#entries_per_page").val()),
"sDom": 'RC<"clear"><"H"Tflr>t<"F"ip>',
"bStateSave": true,
"oTableTools": {
"sSwfPath": "swf/copy_cvs_xls_pdf.swf",
"aButtons": [
{ "sExtends": "copy", "sButtonText": "Zwischenablage" },
{ "sExtends": "csv", "sButtonText": "CSV" },
{ "sExtends": "xls", "sButtonText": "Excel" },
{ "sExtends": "pdf", "sButtonText": "PDF" }
]
}
});
new FixedHeader(oTable);
[/code]

Any ideas ? :'/

Replies

  • peipst9lkerpeipst9lker Posts: 11Questions: 0Answers: 0
    I removed the plug-in so I don't need help anymore.
This discussion has been closed.