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

Dear Sirs, I need your help for the valueFilter option. I your documentations there is the following explanation: valueFilter: object whose keys are attribute names and values are objects of...

# problem i cannot set a predefined, fixed valueFilter onto my table. i have an _unknown_ dataset with many possible values landing in my table as columns. i do have...

Hi, I am implementing your project in my react application but I don't find the way to limit the filters available for my users. For example I don't want them...

Using foo bar 2 1000 3 314159 5 200 1 500 20 0 pasted into the paste target at https://react-pivottable.js.org/ treats the number as strings, so a filter like >20...

If there are more than one attribute in either the row or column attribute box then pivotData.forEachMatchingRecord is not returning any values for the marginal totals including the grand total....

Using v0.9.0 with react v16.7.0 When an invalid filter (i.e. a value that does not exist in the data for that property) is entered in the filter textbox and then...

I'm noticing on certain large data sets a user can construct pivot tables that crash the browser. Pivottable is attempting to pain 100K plus rows/ cols and well... the inevitable...

Hi, First things first: this pivot-table is just amazing! Thank you for all the work done yet! I just would like to know if there is a way to detect...

Hi, I have a problem when trying to deploy the application. Here is what I did: 1. Checkout the branch from github through GitHub Desktop 2. Run "npm install" 3....

Is there a way to pass a title to table to display for row and column names for table renderer? This is for data like { attr1: 'value1_attr1', attr2: 'value1_attr2',...