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.
Easy one Pagination links should be cursor pointer, or different from default!
Styling
Hey, your component looks great :+1: About styling.. I saw in your example, at calculations object the `className` property. But that forces me to use css... I'm not using css...
Hi. I'm loading my modules in webpack with this config: ``` json { "test": /\.js$/, "exclude": /node_modules/, "loader": 'babel-loader' } ``` When I add your lib, webpack doesn't compile your...
It'll be useful to support value editors if we can render the template value as a react component if it's a function instead of text.
I am currently looking for a way to use conditional styles based on calculation results. value: & template: fields allow the utilization of functions. It would appear that className: does...

Hi, A very impressive demo. I was wondering, whether do you have any plan to add a search filter function? which is something similar to this : http://carlosrocha.github.io/react-data-components/ Thanks. Cheok
This is related to #12. Because of [this line](https://github.com/davidguttman/react-pivot/blob/master/index.jsx#L437), webpack loads your css even if `defaultStyles: false`. That forces me to override your default styles with `important`: ``` css .reactPivot...
Lodash added multiple sorting with independent asc/desc in 3.4: https://lodash.com/docs#sortByOrder
Bumps [debug](https://github.com/debug-js/debug) to 2.6.9 and updates ancestor dependency [budo](https://github.com/mattdesl/budo). These dependencies need to be updated together. Updates `debug` from 2.2.0 to 2.6.9 Release notes Sourced from debug's releases. 2.6.9 Patches...