Search code examples
ember.jsember-table

Addepar Ember Table Example (Non Coffeescript)


Is there any place to see an example of how to use this without knowing coffeescript? I have tried to convert the examples to just plain JS and its throwing errors all over the place.

https://github.com/Addepar/ember-table

Edit:

I am trying to use this in conjunction with Django-REST to enable pagination and sorting of the column data.


Solution

  • I have been working on combining rCharts with Addepar's ember tables. As a result, I have some very basic replications of the simple and bar example. You can see them in the Readme.md in https://github.com/timelyportfolio/rCharts_addepar_ember. Hope it helps.