bAutoWidth not working when dataTable.bootstrap.js added (with out Bootstrap working)
bAutoWidth not working when dataTable.bootstrap.js added (with out Bootstrap working)
mrkais
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
}]
});
This discussion has been closed.
Answers
What exactly is not working?
What are you expecting?
Can you provide an example?
Kevin