I am trying to do this: https://datatables.net/examples/api/multi_filter_select.html
but I am pulling the data from an AJAX call and my table has no footer. I tried adding in a <tfoot> tag in my empty table to no avail.
anyone successfully done this?