$.fn.dataTable.ext.search.push on multiple tables
$.fn.dataTable.ext.search.push on multiple tables
agreenspan
Posts: 11Questions: 3Answers: 0
$.fn.dataTable.ext.search.push on multiple tables
Is this possible?
This discussion has been closed.
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')