I have the same $.fn.dataTable.ext.search.push() function running over two Datatable. But when I clear the search on one Datatable, the other should retain its filter and not get reset.
Do we have any below type code for pop also??
if(settings.nTable.id != tableName) {
return true;
}