1.1.2 • Published 3 years ago

@plastic-ui/datatable v1.1.2

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

A Responsive Data Table.

Install

This library requires React and Material-UI. Make sure they are already installed. Then execute the following command:

npm install @plastic-ui/datatable

# or

yarn add @plastic-ui/datatable

Example

You'll find a complete example here.

Demo

To start the demo simply:

# clone this repository
git clone https://github.com/gchumillas/datatable

# install dependencies
cd datatable
yarn

# and run the demo (it takes a while, be patient)
yarn demo