AutoWidth not working proberly

AutoWidth not working proberly

Markus1992Markus1992 Posts: 1Questions: 1Answers: 0

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

  • allanallan Posts: 63,538Questions: 1Answers: 10,476 Site admin

    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

This discussion has been closed.