I want to expand this table because I think this table is too narrow. This is an actual screenshot of the image.
and this is my code:
$('#month-auto-depo').DataTable({
"columns" : [
{"width": "30%"},
{"width": null}
],
"searching": false,
"paging" : false,
"ordering" : false,
dom : 'Bfrtip',
buttons : [
'csv', 'excel',
],
"scrollX" : true
});
$('[data-toggle="tooltip"]').tooltip();

htmlcode for thetableitself?