Tuesday, June 9, 2009

Update jquery tablesorter cache

jquery table sorter caches the data. You need to update the cache after removing table rows. Otherwise, the removed rows will show up again. Here is how to update the cache.

$('#myTable').trigger("update");

1 comment:

  1. Thanks for the info. I was desperately searching for the technique to update the cache. I didn't find anything related to this on the site (http://tablesorter.com/docs/) itself!

    ReplyDelete