0.1.2 • Published 7 years ago

handsontable-splitcell-plugin v0.1.2

Weekly downloads
10
License
MIT
Repository
github
Last release
7 years ago

Split Cell plugin for HandsOnTable

Install

Install via yarn (or npm)

$ yarn add handsontable-splitcell-plugin # or npm install --save handsontable-splitcell-plugin

Install via bower

$ bower install --save handsontable-splitcell-plugin

Usage

...

Development

This uses webpack to compile the plugins into the dist directory. The JS files are passed through babel-loader and are bundled into a single plugin.js file for each plugin directory.

The webpack configuration expects the list of plugins it needs to compile in config/project.config.js at property config.pluginNames. Therefore, if a plugin directory name is changed, the plugin name in config/project.config.js must also be changed.

Setup

$ yarn install

To compile for release:

$ yarn run compile
0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago