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

The title says it all: It would be nice to have a prop in PivotTableUI indicating the open/closed state of specific filters, including, possibly, their location. Something like valueFilterState, with...

I have a scenario where I need to see the "Integer Sum" for two or more `vals` at the same time. Reading how the default sum aggregator works, I see...

I'm using this component in Vue thanks Vuera, a vue package that lets me use React components within Vue. This is working fine, except for plots. I can't find a...

I get the following warning in the browser console (Linux Chrome, fwiw): ```Warning: Failed prop type: The prop `attrValues` is marked as required in `DraggableAttribute`, but its value is `undefined`.```...

- [x] port over `$.pivotUtilities` and specs - [x] basic `TableRenderer` - [x] basic Storybook-powered website running at https://react-pivottable.js.org - [x] basic `PivotTable` component - [x] get `eslint` going and...

Although Plotly React works properly in the browser with babel-standalone, React-pivottable throws ReferenceError: exports is not defined: ![image](https://user-images.githubusercontent.com/604872/38460175-a08f3ee0-3a69-11e8-8662-bf5d24c63761.png) Repro: ``` Plotly/React/PivotTables in browser compilation class App extends React.Component { render()...

```js [ { _id: 1, name: 'john', count: 30 }, { _id: 2, name: 'john', count: 120 }, ] ``` if i drag name as row, i can't get distinction...

Hi, can i get little to create custom aggregators? I have js code for aggregators and now i want to use it on NextJS this is the example of my...