🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-pivot-table

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-pivot-table

Simple pivot table written as React.js component.

1.0.0
latest
npm
Version published
Weekly downloads
11
37.5%
Maintainers
1
Weekly downloads
 
Created
Source

React Pivot Table

A simple react component that implements a simple pivot.

<PivotTable columns="store"
rows="product"  
data={
[{ product: 'A', store: '1'},
{product: 'B', store: '1'},
{product: 'C', store: '1'},
{product: 'D', store: '1'},
{product: 'A', store: '2'},
{product: 'B', store: '2'},
{product: 'C', store: '2'}] Up}/>

Install with npm.

npm install react-pivot-table

Implemented in ES6 and tested with the babel compiler.

FAQs

Package last updated on 26 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts