Uncaught TypeError: Cannot read properties of undefined (reading 'recalc')
Plain text
1
2
3
4
5
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
$.fn.dataTable
.tables( { visible: true, api: true } )
.columns.adjust();
})