Skip to content

carlosvega20/r-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🔥 Create HTML Table from a list of key and value objects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published