Answers for "Uncaught TypeError: Cannot read properties of undefined (reading 'recalc')"

0

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();
})
Posted by: Guest on March-02-2022

Code answers related to "Uncaught TypeError: Cannot read properties of undefined (reading 'recalc')"

Browse Popular Code Answers by Language