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

编辑状态下,已编辑的单元格翻页不会刷新 #24

Closed hujunhain closed 6 years ago

hujunhain commented 6 years ago

编辑状态下,已编辑的单元格翻页不会刷新

huangshuwei commented 6 years ago

恩,发现了,尽快修复。感谢反馈

huangshuwei commented 6 years ago

已修复、已发布 https://github.com/huangshuwei/vue-easytable/releases/tag/1.3.6

做了一些改变: 废除单元格编辑格式化回调函数 cell-edit-formatter(破坏了响应式)

具体实例参考: http://doc.huangsw.com/vue-easytable/app.html#/table?anchor=table-cell-edit-advanced

huangshuwei commented 6 years ago

先关了,有问题再反馈