Skip to content

A light and full featured sheet that you can fill in various content as you hope!

License

Notifications You must be signed in to change notification settings

chilijung/react-table-sheet

Repository files navigation

react-table-sheet NPM version Build Status Dependency Status

A simple spreadsheet in table

This is still in earily stage

Installation

$ npm install --save react-table-sheet

Usage

var reactTableSheet = require('react-table-sheet');

ReactDOM.render(
	<TableSheet
	  width={800}
	  height={500}
	  row={10}
	  column={5}
	  columnHeader={['header 1', 'header 2', 'header 3', 'header 4', 'header 5']}
	/>
, document.getElementById('root'));

Start example server

node devServer.js

Maintainer

chilijung

License

MIT © Canner

About

A light and full featured sheet that you can fill in various content as you hope!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published