> This library exposes [ES modules](http://exploringjs.com/es6/ch_modules.html#sec_basics-of-es6-modules). Use an ES module aware bundler such as [Webpack](https://webpack.js.org) or [Rollup](https://rollupjs.org) to bundle it for the browser.
> This library exposes ES modules. Use an ES module aware bundler such as Webpack or Rollup to bundle it for the browser.
A blazing fast library for viewing and editing tables.

To get the development setup make sure to have NodeJS installed.
If your set up, clone the project and execute
```
npm install
Execute npm run dev to run the test suite in watch mode.
Expose an environment variable TEST_BROWSERS=(Chrome|Firefox|IE) to execute the tests in a non-headless browser.
Execute npm run all` to lint and test the project.
__Note:__ We do not generate any build artifacts. Required parts of the library should be bundled by library consumers as needed instead.
MIT