Data table auto width header misalignment issue
Data table auto width header misalignment issue
andyl
Posts: 3Questions: 0Answers: 0
Binding method
$(document).ready(function() {
$('#sortable').dataTable( {
"sScrollY": "310px",
"sScrollX": "250px",
"bPaginate": false,
"bInfo": false,
"bAutoWidth": true,
} );
} );
Issue is sScrolly and sScrollx cause table header misalignment. If I remove sScrolly and sScrollX header displayed properly.
Kindly let me know if anything specific need to be done for header alignment.
$(document).ready(function() {
$('#sortable').dataTable( {
"sScrollY": "310px",
"sScrollX": "250px",
"bPaginate": false,
"bInfo": false,
"bAutoWidth": true,
} );
} );
Issue is sScrolly and sScrollx cause table header misalignment. If I remove sScrolly and sScrollX header displayed properly.
Kindly let me know if anything specific need to be done for header alignment.
This discussion has been closed.
Replies
Please find test case link for misaligment header issue.
http://live.datatables.net/oqagob
Regards,
Anand
Thanks & Regards,
Anand
Allan