react-pivottable
react-pivottable copied to clipboard
React-based drag'n'drop pivot table with Plotly.js charts
I have the Clickcallback working as a tableOption in the PivotTable component. But I would like to also allow for clickcallback on the Row and Column header values. Is this...
# How to override `Aggregators` for average Is there any way to remove zero values from average calculation? I have the data like that: `Name`, `Exam` and `Score`. But, when...
This pull request adds in a number of pivot-table features. Primary among them are: * Ability to toggle row and column totals. * Subtotals (loosely based on [Subtotal.js](https://github.com/nagarajanchinnasamy/subtotal)) The subtotals...
Is there a way of making this component responsive? I tried using `react-pivottable` in a project but when choosing a plot from the dropdown, the component scales to be larger...
Bumps [papaparse](https://github.com/mholt/PapaParse) from 4.6.3 to 5.3.0. Release notes Sourced from papaparse's releases. 5.3.0 We are happy to annunce a new minor release of PapaParse. This release includes the following change:...
Somehow when clickCallback function(e, value, filters, pivotData) and within it forEachMatchingRecord is applied in this case, nothing is collected. I use the word collected assuming the example at https://pivottable.js.org/examples/mps_prepop.html. In...
I do not want to use the down arrow near in the input section. But I have a new custom button and on that button click I want to open...
 This seems to be tied to the number of records per pie chart. And as a result when you start to do groups and aggregations the piecharts stay their...
Say I have data defined as such: ``` data = [ { field1: 10, field2: 20 }, { field1: 11 } ] ``` Then the pivot table's filter options for...