From c219ea6523f0858636a6cedcbeffbea50bdf7ea9 Mon Sep 17 00:00:00 2001 From: Mottie Date: Fri, 18 Jan 2013 14:55:00 -0600 Subject: [PATCH] Added updateRows (same as "update") to fix issue #217 --- js/jquery.tablesorter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.tablesorter.js b/js/jquery.tablesorter.js index 1d8323c6..98f6f713 100644 --- a/js/jquery.tablesorter.js +++ b/js/jquery.tablesorter.js @@ -714,7 +714,7 @@ multisort($t0); appendToTable($t0); }) - .bind("update", function(e, resort, callback) { + .bind("update updateRows", function(e, resort, callback) { // remove rows/elements before update $(c.selectorRemove, $t0).remove(); // rebuild parsers