react-table.js
v1.3.65
Published
A react table library with custom features
Readme
react-table.js
A react table library with custom features
Install
npm install --save react-table.jsUsage
import React, { Component } from "react"
import MyComponent from "react-table.js"
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © riteshf
