Skip to content

seed-ui/seedsontable.js

Repository files navigation

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.