Add the following CSS
.dataTables_scrollHeadInner{ width:100% !important; }
.dataTables_scrollHeadInner table{ width:100% !important; }
or use the following JQuery code to re-adjust the column widths upon opening your modal
$('#tableid').DataTable().columns.adjust();