$("#tabs").tabs( {
select: function(event, ui) {
oTable.fnFilter(ui.tab.innerHTML,1,false); // apply the table filter based on tab name
$('#dataTable').appendTo(ui.panel); // move the table into the selected tab panel
}
} );
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.