[SSE] Show filtered cells count
This commit is contained in:
parent
8175ea22ce
commit
f364b0a16c
|
@ -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_getCount();//Math.floor(Math.random() * 5000 + 1);
|
count = item.asc_getRepeats();
|
||||||
|
|
||||||
if (me.filter) {
|
if (me.filter) {
|
||||||
if (null === value.match(me.filter)) {
|
if (null === value.match(me.filter)) {
|
||||||
|
|
Loading…
Reference in a new issue