I've been trying to solve this too. I'm dynamically altering the table contents, and would like to force a refresh / update, but couldn't find a direct way to do that. Got to dig deeper I guess.
-- Suni On 19 elo, 23:26, Chris <[EMAIL PROTECTED]> wrote: > I'm playing with adding a filtering widget to table sorting, e.g. > "hide any row where column 7 < 500." Users can keep add or remove > filters dynamically. When they do, I'd like the table toupdate > immediately, but I don't see how to do that. Calling click() on a > header would change the current sort order. Callingtablesorter() > again seems to break sorting when clicking on columns.