Showing posts with label jquery tablesorter cache update remove. Show all posts
Showing posts with label jquery tablesorter cache update remove. Show all posts

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");