bJQueryUI:true bSort:false -> DataTables_sort_wrapper_span still alive!!
bJQueryUI:true bSort:false -> DataTables_sort_wrapper_span still alive!!
Below is someone's discussion. I have same problem.
I am looking forward to improving this problem.
If I create a datatable without sorting, all the headings in the table are centered as if the icons are there which means the text isn't centered and is not lining up with the data in the column. So the column heading is always to the left of where it should by the width of the sort icon.
Here's the code to create the table:
[code]
$('#chosenClients').dataTable( {
"bJQueryUI": true,
"bPaginate": false,
"bLengthChange": false,
"bFilter": false,
"bSort": false,
"bInfo": false,
"bAutoWidth": false
});
[/code]
I am looking forward to improving this problem.
If I create a datatable without sorting, all the headings in the table are centered as if the icons are there which means the text isn't centered and is not lining up with the data in the column. So the column heading is always to the left of where it should by the width of the sort icon.
Here's the code to create the table:
[code]
$('#chosenClients').dataTable( {
"bJQueryUI": true,
"bPaginate": false,
"bLengthChange": false,
"bFilter": false,
"bSort": false,
"bInfo": false,
"bAutoWidth": false
});
[/code]
This discussion has been closed.