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

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

agreenspanagreenspan Posts: 11Questions: 3Answers: 0
edited November 2014 in Free community support

$.fn.dataTable.ext.search.push on multiple tables
Is this possible?

Answers

  • ignignoktignignokt Posts: 146Questions: 4Answers: 39
    edited November 2014

    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')

This discussion has been closed.