react-pivot
react-pivot copied to clipboard
React-Pivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration.
If you enable both of these props, then any rows that get compacted are treated as totals and get excluded from the CSV Export. I can resolve it by making...
- [ ] add babel or other build system to leverage latest javascript features - [ ] use functions with hooks instead of createClass
Uncaught Error: Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings. at r (react-pivot-standalone-4.1.0.js:11152) at Object._registerComponent (react-pivot-standalone-4.1.0.js:7867) at Object._renderNewRootComponent (react-pivot-standalone-4.1.0.js:7873) at Object._renderSubtreeIntoContainer...
Using the exact syntax of Basic example I get the error when trying to embed this as a React component in a page: ``` ../node_modules/react-pivot/index.jsx Module parse failed: Unexpected token...
I am on React 15 and getting: 35% 70/163 build modulesModuleParseError: Module parse failed: /app/reports/node_modules/react-pivot/index.jsx Line 113: Unexpected token < Has this been updated to work on React 0.14 or...
Is there a way to calculate percentages for totals columns for each row corresponding to group total Basically if there is a way to to get the group total or...