mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Group widget: second attempt to fix ajax issue. See #437.
This commit is contained in:
parent
d1ed97a59f
commit
af70287616
@ -88,6 +88,7 @@ ts.addWidget({
|
||||
}
|
||||
},
|
||||
format: function(table, c, wo) {
|
||||
if ($.isEmptyObject(c.cache)) { return; }
|
||||
var rowIndex, tbodyIndex, currentGroup, $rows, groupClass, grouping, time, cache,
|
||||
lang = wo.grouping_language,
|
||||
group = '',
|
||||
|
Loading…
Reference in New Issue
Block a user