Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.69k stars 738 forks source link

为什么不支持数据双向绑定 #27

Closed lomoye closed 6 years ago

lomoye commented 6 years ago

有个需求就是某些列的值是根据其他值计算出来的,现在我改了数据,但是表格的显示不会自动刷新。我该如何解决?

huangshuwei commented 6 years ago

你用最新版本试试,最新版本table-data watch 方式改为了 deep watch。之前的确有这个问题。 有问题再反馈

lomoye commented 6 years ago

1.3.5是最新版么。我看了里面的table.vue组件里对table-data的watch方式没有改成deep watch哎。

huangshuwei commented 6 years ago

不好意思,刚才发布打包出现了点问题。 已发布: https://github.com/huangshuwei/vue-easytable/releases/tag/1.3.6

huangshuwei commented 6 years ago

先关了,有问题再反馈