Closed
Description
Hi,
I've been trying to bind multiple tables to one external search using $.tablesorter.filter.bindSearch()
without any success.
I was expecting this to work:
$.tablesorter.filter.bindSearch("#table1", "#searchbox");
$.tablesorter.filter.bindSearch("#table2", "#searchbox");
However, this will only filter #table2
. Any clues of how to make this work? Or is it a bug/limitation of the tablesorter right now?
Kind regards,
Andreas