2.0.1 • Published 8 years ago

seedsontable v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

seedsontable.js

npm npm license npm download total npm download by month

Dependency Status devDependency Status Travis Build Status AppVeyor Build Status codecov.io Code Climate

handsontable for seed data

Install

npm:

npm install seedsontable

Usage

node.js:

var seedsontable = require('seedsontable');
var Seedsontable = seedsontable.Seedsontable;
var SeedsonData = seedsontable.SeedsonData;

browser:

<script src="seedsontable.js"></script>
var Seedsontable = seedsontable.Seedsontable;
var SeedsonData = seedsontable.SeedsonData;

API

API Document

License

This is released under MIT License.

2.0.1

8 years ago

2.0.0

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.4

9 years ago