Seungwoo321 / vue-pivottable

It is a Vue port of the jQuery-based PivotTable.js
MIT License
136 stars 72 forks source link

how to get filtered data? #55

Open lalo4ka opened 2 years ago

lalo4ka commented 2 years ago

After applying some filters on the pivot table, I want to get the filtered data in an array.

in helper/utils.js I found the method

getFilteredData() { return this.filteredData }

How can I access filteredData?