react-pivottable icon indicating copy to clipboard operation
react-pivottable copied to clipboard

React-based drag'n'drop pivot table with Plotly.js charts

Results 114 react-pivottable issues
Sort by recently updated
recently updated
newest added

As far as I can tell, Plotly supports treemaps (https://plotly.com/javascript/treemaps/). The default Plotly renderers don't include a treemap though: ``` function createPlotlyRenderers(PlotlyComponent) { return { 'Grouped Column Chart': makeRenderer(PlotlyComponent, {...

I am trying to build an export function, regardless of renderer, outside of the pivot table UI. It would be a dropdown with a few options (PNG, CSV, PDF). I...

Hi, I'd like to be able to export the pivot table to CSV or Excel once the user is happy with the arrangement of a table. Do you have any...

Hi i want to get first time data load state to component state like onInitilize={s => { this.setState({ pivotTableUIConfig: s }) }} Is this available or any other alternative??please help

I'd like to export the pivot table to CSV or Excel once the user is happy with the arrangement of a table. Do you have any tips for how to...

Hi, I am new to React and finding react-pivottable an interesting reporting framework to test. Is it possible to share the source code for the live demo? Thanks in advance

0.4.0 0.9.0 i have about 16xxx array items, it looks like if i use prepopulate in row, col with large records that will cause "RangeError: Maximum call stack size exceeded"....

Sometimes, when analyzing data with the pivot table, you stumble on weird/unexpected results. Especially when narrowing down, we really want to know what exactly those remaining data points are. Is...

Hi, I got the following error when I was trying to import PivotTableUI into my typescript file. Could not find a declaration file for module 'react-pivottable/PivotTableUI'. 'c:/projects/myProjects/node_modules/react-pivottable/PivotTableUI.js' implicitly has an...