ember-tabulator

0.0.4 • Public • Published

ember-tabulator

A table renderer component that wraps Tabulator.

Compatibility

  • Ember.js v3.16 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

Installation

ember install ember-tabulator

Usage

<EmberTabulator
  @data={{this.data}}
  @columns={{this.columns}}
/>

All supported options of Tabulator can be given as component arguments, e.g.:

<EmberTabulator
  @height="400px"
  @headerSort={{false}}
  @resizableColumns={{true}}
  @data={{this.data}}
  @columns={{this.columns}}
/>

Readme

Keywords

Package Sidebar

Install

npm i ember-tabulator

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

6.22 kB

Total Files

30

Last publish

Collaborators

  • fpauser