ember-table
ember-table copied to clipboard
Examples importing Table Component or Class with Ember-Table
trafficstars
Hello! I have read through as much documentation and as many examples as I can find but am not able to find if you're able to work with the table component within a component or js file by importing EmberTable like you used to be able to do pre-version 2.0:
import EmberTable from 'ember-table/components/ember-table'
Is this no longer a possibility? Thanks for any guidance you can provide!
In case anyone finds this thread when trying to import EmberTable@5 to first-class-component-templates:
import EmberTable from 'ember-table/components/ember-table/component'