Answers for "bootstrap all data coming in tab 1"

0

datatble tab bootstrap 4

$(document).on('shown.bs.tab', 'a[data-toggle="tab"]', function (e) {
                $.fn.dataTable.tables({ visible: true, api: true }).columns.adjust();
            });
Posted by: Guest on January-17-2021

Browse Popular Code Answers by Language