react-very-simple-data-table

0.0.3 • Public • Published

react-very-simple-data-table

npm version jest

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

Features

  • Allows custom rendering
  • Renders an horizontal table
  • Renders a vertical table
  • Easily customizable using CSS by passing a className prop
  • Allows custom table elements for: table, tbody, td, tfoot, th, thead, tr

Usage

Please check the examples until the documentation is complete.

Demos

You can experiment with a demo here.

Testing

Run tests using Jest:

$ npm 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/.

$ npm start

Readme

Keywords

Package Sidebar

Install

npm i react-very-simple-data-table

Weekly Downloads

16

Version

0.0.3

License

MIT

Unpacked Size

129 kB

Total Files

13

Last publish

Collaborators

  • joaocarmo