react-pivottable
react-pivottable copied to clipboard
React-based drag'n'drop pivot table with Plotly.js charts
Hello, I need a pivot table in which I can update the cell value and return back JSON on each cell value change. Thanks
If you pass an nonexistent row key and empty col key you get an empty aggregator If you pass an nonexistent row key and a col key a crash occurs...
- Removes decaffeinate artifacts (Array.from, IIFE) - Store String.fromCharCode(0) in a constant - Cache local variables in aggregators push method
Basically removes support to IE11 out of box (those that still need this should compile on their side) It dramatically improves performance of generated code. Below is an example in...
How to export converted data into Json format
Data has been shown in pivot table already but still got this warning. How should I supposed to do to remove this warning?
Hi, When I put rows and cols as default values, in PivotTableUI, those in the UI, cannot be modified. This means I cannot add any more rows or remove any...
Not sure if its just me, BUT the live demo on https://react-pivottable.js.org/ not working when trying to load csv file to it. Try to Google on this problem BUT nothing......
Hi, thanks for the great plugin, its working great, but I was wondering if there's a way to add click events to table fields or chart. Or some instructions on...