r-table
v0.3.0
Published
[](https://www.npmjs.com/package/r-table)
Maintainers
Readme
r-table
ReactJS Table Component Create HTML Table from a list of key and value objects
##Demo http://r-table.surge.sh/
Ex:
[
{'a': 1, 'b': 2, 'c': 3},
{'a': 4, 'b': 5, 'c': 6},
{'a': 7, 'b': 8}
]
output: | a | b | c | |---|---|---| | 1 | 2 | 3 | | 4 | 5 | 6 | | 7 | 8 | |
##Get Started
npm start
##Usage TODO
##TODO
- Unit test
