Multiple custom range searches
Multiple custom range searches
skorohod1
Posts: 2Questions: 1Answers: 0
I need to display 2 tables (which pull data from a common google spreadsheet). I want custom filtering on both of them and I used the method suggested here : http://www.datatables.net/examples/plug-ins/range_filtering.html
However, only one of custom filterings is applied to both tables. How do I get two different custom filterings to be applied to the two tables. I am quite new to this and any help will be greatly appreciated!
This discussion has been closed.
Answers
I did some poking around and figured out that setting.sTableId has the table ID. Checking for this in the function will get me what I need!