diff --git a/js/jquery.tablesorter.widgets.js b/js/jquery.tablesorter.widgets.js index 42504056..4844f37d 100644 --- a/js/jquery.tablesorter.widgets.js +++ b/js/jquery.tablesorter.widgets.js @@ -1354,8 +1354,10 @@ ts.addWidget({ } }); ts.resizableReset = function(table) { - table.config.$headers.not('.resizable-false').css('width',''); - if (ts.storage) { ts.storage(table, 'tablesorter-resizable', {}); } + $(table).each(function(){ + this.config.$headers.not('.resizable-false').css('width',''); + if (ts.storage) { ts.storage(this, 'tablesorter-resizable', {}); } + }); }; // Save table sort widget