[SSE] Refactoring filtered cells count

This commit is contained in:
Julia Radzhabova 2019-06-28 16:05:23 +03:00
parent f364b0a16c
commit e84003bff0

View file

@ -1212,7 +1212,7 @@ define([
value = item.asc_getText();
isnumber = isNumeric(value);
applyfilter = true;
count = item.asc_getRepeats();
count = item.asc_getRepeats ? item.asc_getRepeats() : undefined;
if (me.filter) {
if (null === value.match(me.filter)) {