react-virtualized-pivot
https://turnerniles.github.io/react-virtualized-pivot
https://github.com/turnerniles/react-virtualized-pivot
https://github.com/turnerniles/react-virtualized-pivot
React Virtualized Pivot is a virtualized pivot table component for React.
ReactPivot takes a required data argument in the form of an array of arrays (first array will be your column headers) or an array of objects (keys of the object are your column headers). As well as optional arguments:
bodyCellValueTransformationA function that transforms the display value of the body cell.colorPackAn object with components to adjust colors of as keys and the corresponding color as a string.onGridCellClickA function that is fired when clicking on a grid cell.onGridHeaderCellClickA function that is fired when clicking on a column header.onLeftGridCellClickA function that is fired when clicking on a row header (the left hand column).onLeftHeaderCellClickA function that is fired when clicking on the top left most cell.
Preview

Demo
STATS ON GITHUB
- 109
- 19
- 8
- License: MIT
- Author: Niles Turner & Patrick Trasborg
- Last update: N/A