AutoWidth not working proberly
AutoWidth not working proberly
Hello,
for me AutoWidth is not working prpoberly - it uses the Header not the Table Data to make AutoWidth
My jscript:
$(document).ready(function(){
$('#myTable').DataTable({
"language": {
"url": "jscript/German.json"
},
"bPaginate": false,
"bLengthChange": false,
"bFilter": false,
"bInfo": false,
"order": [[ 0, "asc" ]],
"language": {
"thousands": ".",
"decimal": ","
}
});
});
What can I do to do AutoWidth by TableData not by TableHeader?
Markus
Answers
Thanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged.
Information on how to create a test page, if you can't provide a link to your own page can be found here.
Thanks,
Allan