Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chilijung/react-table-sheet
A light and full featured sheet that you can fill in various content as you hope!
https://github.com/chilijung/react-table-sheet
Last synced: 12 days ago
JSON representation
A light and full featured sheet that you can fill in various content as you hope!
- Host: GitHub
- URL: https://github.com/chilijung/react-table-sheet
- Owner: chilijung
- License: mit
- Created: 2016-10-04T09:01:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T14:43:59.000Z (over 6 years ago)
- Last Synced: 2024-10-11T08:16:28.067Z (28 days ago)
- Language: JavaScript
- Homepage: https://canner.github.io/react-table-sheet/
- Size: 1.86 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-table-sheet [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> A simple spreadsheet in table**This is still in earily stage**
## Installation
```sh
$ npm install --save react-table-sheet
```## Usage
```js
var reactTableSheet = require('react-table-sheet');ReactDOM.render(
, document.getElementById('root'));
```## Start example server
```
node devServer.js
```## Maintainer
[chilijung](https://github.com/chilijung)
## License
MIT © [Canner](https://github.com/Canner)
[npm-image]: https://badge.fury.io/js/react-table-sheet.svg
[npm-url]: https://npmjs.org/package/react-table-sheet
[travis-image]: https://travis-ci.org/Canner/react-table-sheet.svg?branch=master
[travis-url]: https://travis-ci.org/Canner/react-table-sheet
[daviddm-image]: https://david-dm.org/Canner/react-table-sheet.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/Canner/react-table-sheet