Offir Golan
Offir Golan
> I might try to create a minimal reproduction, to make sure it's not something particular with my app here... @simonihmig if you can share something I can easily work...
@simonihmig thanks for taking the time to put that together. I'll take a closer look soon when I have some more time on my plate.
There is currently no out-of-the-box solution for this but it should be fairly easy to do by [creating your own column type](http://offirgolan.github.io/ember-light-table/docs/classes/Column.html#property_type) and overriding the label property. In your column...
@alexander-alvarez Yeah I need to work on adding some more default cell & column types.
Can you guys recreate this in a twiddle so I can debug the issue?
@manosbatsis I believe this to be outside the scope of this addon. You are welcome to use the public table API to implement the way you render your data, but...
@deividkamui [see docs here](http://offirgolan.github.io/ember-cp-validations/docs/modules/Basic.html#a-note-on-testing--object-containers)
@deividkamui you need to inject the owner in your Ember Object. ```js User.create( Ember.getOwner(this).ownerInjection(), { username: 'John' } ); ```
@Techn1x it seems like the issue is with your `disabled` CP. Looks like the dependent keys dont match the properties you are accessing so it doesnt recompute. Can you try...
Im not able to recreate this issue in a [twiddle](https://ember-twiddle.com/f19f9ce076af4aa6407225392f542cc5?openFiles=models.user.js%2C). Am I missing anything in that example?