ember-table icon indicating copy to clipboard operation
ember-table copied to clipboard

Examples importing Table Component or Class with Ember-Table

Open tracyalison11 opened this issue 4 years ago • 1 comments

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!

tracyalison11 avatar Jul 17 '20 19:07 tracyalison11

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'

johanrd avatar Dec 20 '23 14:12 johanrd