/r-table

:fire: Create HTML Table from a list of key and value objects

Primary LanguageJavaScriptApache License 2.0Apache-2.0

r-table

npm package

ReactJS Table Component Create HTML Table from a list of key and value objects

##Demo http://r-table.surge.sh/

##Get Started

  1. npm start

##Usage npm install r-table

then in your code:

import Table from "r-table"

<Table data={[ {'a': 1, 'b': 2, 'c': 3}, {'a': 4, 'b': 5, 'c': 6}, {'a': 7, 'b': 8} ]} />

abc
123
456
78

##TODO

  1. Unit test