if (hasFilters && !p.ajax) {
                    if (ts.isEmptyObject(c.cache)) {
                        // delayInit: true so nothing is in the cache
                        p.filteredRows = p.totalRows = c.$tbodies.eq(0).children('tr').not( p.countChildRows ? '' : '.' + c.cssChildRow ).length;
                    } else {