Table-specific row filtering

Table-specific row filtering

magicxcianmagicxcian Posts: 2Questions: 1Answers: 0
edited June 2015 in Free community support

I looked up the API to show/hide rows in a DataTable, which is to add a function to $.fn.dataTable.ext.search (or $.fn.dataTableExt.afnFiltering). However, to my understanding, this modifies all DataTables globally. Is there an easy way to set up a row filter for each specific table?

Edit: Found the answer here. http://stackoverflow.com/questions/11447934/how-to-apply-filter-to-specific-datatable

This discussion has been closed.