I’d like to know the total count of a data collection after filtering the data. Basically, if I were to filter a data collection, but afterwards wanted to know the total count, is there a way to find out without unfiltering and then refiltering? Please see my snippet below.
let totalCount = Object.keys($$("datatable").data.pull).length;
not compatible with IE<9