justin-ad

Results 1 issues of justin-ad

cellComponent doesn't appear to be working with Ember Octane components: routes/mytable.js ``` model = { columns: [ { name: "Foo", valuePath: "foo" }, { name: "Test", cellComponent: 'test' } ],...