Is it possible to apply a certain filter to only one datatable? I have the following filter function that I am applying on document ready, I don\'t know if this is proper pr
It turns out filtering is global and indeed you have to filter the table element... it's quite disappointing.