Table header not Aligning properly
Table header not Aligning properly
niyas
Posts: 4Questions: 0Answers: 0
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...
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...
This discussion has been closed.
Replies
Allan