A react table library with custom features
npm install react-table.js> A react table library with custom features
 
``bash`
npm install --save react-table.js
`jsx
import React, { Component } from "react"
import MyComponent from "react-table.js"
class Example extends Component {
render () {
return (
)
}
}
``
MIT © riteshf