制表符角度的-更新行无法通过其他组件工作

问题描述


我创建了新的组件“ tabulator-tables.component.ts”,并在我的app.component中使用了它,如下所示:
<tabulator-table [data]="tableData" [columns]="columns"></tabulator-table>

在这种情况下,当我从this.table.updateRow(1,{col: 'new data'});呼叫tabulator-tables.component.tsthis.tableData[index].col = 'new data'无法正常工作时。

仅当我直接在app.component中实现制表符时,它才起作用。

我通过文档http://tabulator.info/docs/4.8/frameworks#angular在项目中设置制表符

有人可以帮忙吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)