Skip to content

A table renderer component that wraps Tabulator.

License

Notifications You must be signed in to change notification settings

m3l1x/ember-tabulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ember-tabulator

A table renderer component that wraps Tabulator.

Compatibility

  • Ember.js v4.4 or above
  • Ember CLI v4.4 or above
  • Node.js v16 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.:

<<<<<<< HEAD

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

=======

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

4ffd364 (v3.24.0...v5.2.0)

About

A table renderer component that wraps Tabulator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.4%
  • HTML 13.6%
  • Handlebars 3.2%
  • CSS 1.8%