Skip to content

handsontable for seed data

NotificationsYou must be signed in to change notification settings

seed-ui/seedsontable.js

Repository files navigation

npmnpm licensenpm download totalnpm download by month

Dependency StatusdevDependency StatusTravis Build StatusAppVeyor Build Statuscodecov.ioCode 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.