/datatable

A Responsive Data Table written in React

Primary LanguageTypeScriptMIT LicenseMIT

A Responsive Data Table.

You can programmatically determine the number of columns, based on the screen size.

datatable

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