@abcum/ember-tabledeprecated

An addon for working with advanced spreadsheets for Ember.js.

Usage no npm install needed!

<script type="module">
  import abcumEmberTable from 'https://cdn.skypack.dev/@abcum/ember-table';
</script>

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)