react-input-table
v1.0.0
Published
Table column with capability to edit cell wise
Downloads
4
Readme
react-input-table
Table column with capability to edit cell wise
Install
npm install --save react-input-table
Usage
import React, { Component } from 'react'
import MyComponent from 'react-input-table'
import 'react-input-table/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © vishnucramesh