Javascript 1 2 3 4 $("#table1").on('init.dt', function () { $("#table1-container").addClass("d-flex"); $('#table1').DataTable().columns.adjust(); });