Table header not Aligning properly

Table header not Aligning properly

niyasniyas Posts: 4Questions: 0Answers: 0
edited August 2012 in DataTables 1.9
Hi,

While loading data to data table by header alignment got affected. The header is not aligning properly according to the corresponding td. This problem occurs when I use [quote]sScrollX[/quote] property. here is my code,
[code]
oTable = $('#tblContacts').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"aaSorting": [[2, "as"]],
"sScrollX": "100%",
"bScrollCollapse": true,
"bDestroy": true
});
[/code]

Please help me on this.
Thanks in advance...

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    Please link us to a test case showing the problem: http://datatables.net/forums/discussion/9719/how-to-ask-for-help

    Allan
This discussion has been closed.