seedsontable
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i seedsontable

Weekly Downloads

0

Version

2.0.1

License

MIT

Last publish

Collaborators

  • narazaka