README
ember-table
An addon for working with tables and spreadsheets in an Ember.js app.
Usage
Installation
ember install @abcum/ember-table
Introduction
The ember-table addon adds functionality for working with Handsontable spreadsheet instances, enabling advanced spreadsheet data editing, with efficient rendering.
Examples
Coming soon...
Development
make install
(install bower and ember-cli dependencies)make upgrade
(upgrade ember-cli to the specified version)make tests
(run all tests defined in the package)