Home

Awesome

react-very-simple-data-table

npm version

When all you want is a table !

About

A very simple and flexible data table for React.js. If you don't want to think about rendering or need some smarts, try react-smart-data-table.

This is in a very experimental stage

Installation

npm install react-very-simple-data-table

# or

yarn add react-very-simple-data-table

Features

Usage

Please check the examples until the documentation is complete.

Demos

You can experiment with a demo here.

Testing

Run tests using Jest:

yarn test

Forking / Contributing

If you want to fork or contribute, it's easy to test your changes. Just run the start command to and a development HTTP server will start in your computer, accessible from your browser at the address http://localhost:3000/.

yarn start