Group widget: second attempt to fix ajax issue. See #437.

This commit is contained in:
Mottie 2013-12-17 17:41:21 -06:00
parent d1ed97a59f
commit af70287616

View File

@ -88,6 +88,7 @@ ts.addWidget({
} }
}, },
format: function(table, c, wo) { format: function(table, c, wo) {
if ($.isEmptyObject(c.cache)) { return; }
var rowIndex, tbodyIndex, currentGroup, $rows, groupClass, grouping, time, cache, var rowIndex, tbodyIndex, currentGroup, $rows, groupClass, grouping, time, cache,
lang = wo.grouping_language, lang = wo.grouping_language,
group = '', group = '',