Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2366

Datatable on hidden tab-page doesn't react on columns.adjust()

$
0
0

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? ...


Viewing all articles
Browse latest Browse all 2366

Trending Articles