bAutoWidth not working when dataTable.bootstrap.js added (with out Bootstrap working)

bAutoWidth not working when dataTable.bootstrap.js added (with out Bootstrap working)

mrkaismrkais Posts: 1Questions: 1Answers: 0

'bAutoWidth : false' , is not working when dataTable.bootstrap.js is included in the webpage. I need dataTable.bootstrap.js in my page for design. How to resolve this?

$('#table').DataTable({
"bAutoWidth": false,
"columnDefs": [{
"targets": [-1],
"orderable": false
}]
});

Answers

  • kthorngrenkthorngren Posts: 20,148Questions: 26Answers: 4,736

    What exactly is not working?

    What are you expecting?

    Can you provide an example?

    Kevin

This discussion has been closed.