$.fn.dataTable.ext.search.push on multiple tables
$.fn.dataTable.ext.search.push on multiple tables

$.fn.dataTable.ext.search.push on multiple tables
Is this possible?
This discussion has been closed.
$.fn.dataTable.ext.search.push on multiple tables
Is this possible?
Answers
The answer here looks close enough to what you want to do. Instead of their
$.inArray
if statement, you could just do a switch or a series of if statements based on the table id:oSettings.nTable.getAttribute('id')