I have 2 tables in each tab in bootstrap tab with hidden divs active when tab is clicked. The default tab works fine. But the rest of the tab behaves absurd. I tried following code:-
$('#tradeswith').on( 'shown.bs.tab', function () {
$('.footable').trigger('footable_initialize');
});
But the problem here is it works only for one table. For the rest of the table it doesn't work.