vue-pivottable
vue-pivottable copied to clipboard
It is a Vue port of the jQuery-based PivotTable.js
loads only the default values, table and count, if I change these values I need to refresh them to look like the ones I defined
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...
I have large set of keys and I would like to hide all of them when selection is done, but how? -> How can I hide first row from pivotable...
Plotly supports responsive layout https://plotly.com/javascript/responsive-fluid-layout/ How about exposing plotly settings? ```Vue ``` There is `plotlyOptions` prop that is not used as far as I can see: https://github.com/Seungwoo321/vue-pivottable/blob/c0579583cb243102c00aa1b403fad43ea160165a/src/PlotlyRenderer.js#L153