react-input-table

Table column with capability to edit cell wise

Usage no npm install needed!

<script type="module">
  import reactInputTable from 'https://cdn.skypack.dev/react-input-table';
</script>

README

react-input-table

Table column with capability to edit cell wise

NPM JavaScript Style Guide

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