0.5.0 • Published 3 years ago

smart-data-table v0.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Smart data table

Smart data table handles to dynamic table according to data and adds filter etc. features.

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm command line tools.

npm install eazyfin-react-data-table --save

Tests

npm install
npm test

##USAGES

import MyComponent from 'smart-data-table'
import 'smart-data-table/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT