asciidisco / asciidisco/Backbone.Mutators
Getter update problem
Open
bug
- Dominant language
- JavaScript
- Stars
- 227
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
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'
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.