我尝试定义ember表格单元格,但是有错误,
ember-table.js:662 Uncaught TypeError:columns.setEach不是函数
我尝试谷歌这个错误,但没有运气。请帮我! For error message stack trace
修改
找到原因,我使用相同的变量tableColumns
来定义函数,也使用属性
<div style="height: 400px;width: 1200px;background-color: #00E55B;">
{{ember-table rowHeight=26 hasFooter=false columns=tableColumns content=tableContent }}
</div>
tableColumns: function() {
...
},