https://github.com/carlosvega20/r-table
:fire: Create HTML Table from a list of key and value objects
https://github.com/carlosvega20/r-table
component nodejs reactjs
Last synced: about 2 months ago
JSON representation
:fire: Create HTML Table from a list of key and value objects
- Host: GitHub
- URL: https://github.com/carlosvega20/r-table
- Owner: carlosvega20
- License: apache-2.0
- Created: 2016-10-14T22:57:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T21:43:05.000Z (over 8 years ago)
- Last Synced: 2025-03-15T00:08:55.387Z (3 months ago)
- Topics: component, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# r-table
[](https://www.npmjs.com/package/r-table)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-tablethen in your code:
`import Table from "r-table"`
``
abc12345678
##TODO
1. Unit test