ciena-frost / ember-frost-table

MIT License
1 stars 9 forks source link

Custom renderer width not calculated when passing ember-data objects #43

Open Owlman145 opened 6 years ago

Owlman145 commented 6 years ago

In custom renderers, passing object containing ember-data objects causes an issue where the width of the cells in the table do not get calculated.

To be precise we are passing computed-properties which depend on ember-data models to finish loading.