Closed mo0om closed 7 years ago
When we pass a computed property to the items property, we're getting an error when the computed property gets changed.
items
I found the problem was related to the hash helper. If we set the array of columns inside the controller before passing it to the template the error goes away.
hash
When we pass a computed property to the
items
property, we're getting an error when the computed property gets changed.