[SSE] Refactoring filtered cells count
This commit is contained in:
parent
f364b0a16c
commit
e84003bff0
|
@ -1212,7 +1212,7 @@ define([
|
||||||
value = item.asc_getText();
|
value = item.asc_getText();
|
||||||
isnumber = isNumeric(value);
|
isnumber = isNumeric(value);
|
||||||
applyfilter = true;
|
applyfilter = true;
|
||||||
count = item.asc_getRepeats();
|
count = item.asc_getRepeats ? item.asc_getRepeats() : undefined;
|
||||||
|
|
||||||
if (me.filter) {
|
if (me.filter) {
|
||||||
if (null === value.match(me.filter)) {
|
if (null === value.match(me.filter)) {
|
||||||
|
|
Loading…
Reference in a new issue