Search code examples
ember.jsember-components

EmberJS Table Component


Does anyone know any table component that works with EmberJS 2.6? My requirements are next:

Fixed header
Resizable columns
Sortable by column(s)

I know about these one but it does not work with current EmberJS version and it looks like it wont in near future...I tried two forks that looks decent but no luck, so im looking for replacement. Also I don't mind using some heavy library's I don't need since its for node webkit app.


Solution

  • Ember Light Table should work for you.

    It has all your requirements, and is fairly easy to customize.

    Hope it helps