[SSE] Show filtered cells count

This commit is contained in:
Julia Radzhabova 2019-06-28 13:08:51 +03:00
parent 8175ea22ce
commit f364b0a16c

View file

@ -1212,7 +1212,7 @@ define([
value = item.asc_getText();
isnumber = isNumeric(value);
applyfilter = true;
// count = item.asc_getCount();//Math.floor(Math.random() * 5000 + 1);
count = item.asc_getRepeats();
if (me.filter) {
if (null === value.match(me.filter)) {