I have the following problem when rending column values: total: function() { return this.get('baseprice') + this.get('workPrice'); --> 30 } but when i do this.set('baseprice', 200), total value stills returns '30'
I have the following problem when rending column values:
total: function() {
return this.get('baseprice') + this.get('workPrice'); --> 30
}
but when i do this.set('baseprice', 200), total value stills returns '30'