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

[Bug Report] 虚拟滚动 input 不能删除输入的value值 #440

Closed eightweb closed 2 years ago

eightweb commented 2 years ago

选择要提交 issue 的库

vue-easytable

Issue 类型

Bug

Issue 标题

虚拟滚动 input 不能删除输入的value值

仓库版本

2.13.0

Vue 版本

2.6.14

浏览器

chrome

系统类型

windows

重现链接

重现步骤

虚拟滚动列表, 结合自定义单元格, input输入框 只能输入, 不能删除

期望的结果是什么?

可输入, 可删除

实际的结果是什么?

不可删除value值

huangshuwei commented 2 years ago

收到,我排查下

huangshuwei commented 2 years ago

我这边排查了下,开启虚拟滚动后是可以编辑以及删除的,复现案例: https://codesandbox.io/s/vue-easytable-2-13-0-example-forked-oltuh?file=/Example.vue

效果: test

huangshuwei commented 2 years ago

今天刚修复了一个bug,当column 的 key 没有和 field 一致时,单元格无法修改。此bug 已修复:https://github.com/Happy-Coding-Clans/vue-easytable/releases/tag/v2.13.1