I have two tabs with identical tables https://datatbl.herokuapp.com/users First datatable is Ok, as it's on the first visible tab-page. Second datatable is shrinked and even
$(document).on('shown.bs.tab', 'a[data-toggle="tab"]', function (e) {
$.fn.dataTable.tables( {visible: true, api: true} ).columns.adjust();
});
... doesn't help.
Does anyone know what to do with it? ...