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.63k stars 725 forks source link

[Bug Report] 使用单元格选择组件后,合并某两行单元格,点击单元格会重复渲染 #600

Open Kr9s opened 8 months ago

Kr9s commented 8 months ago

选择要提交 issue 的库

vue-easytable

Issue 类型

Bug

Issue 标题

使用单元格选择组件后,合并某两行单元格,点击单元格会重复渲染

仓库版本

v2.27.1

Vue 版本

2

浏览器

Chrome 118.0.5993.90(正式版本) (64 位)

系统类型

Windows

重现链接

重现步骤

1.首先引入了单元格选择这个示例。 2.接着在合并某一行得单元格,点击其他单元格时候bodyCellSpan({ row, column, rowIndex }) {}方法重复渲染。

期望的结果是什么?

不希望重复渲染

实际的结果是什么?

重复渲染方法

Kr9s commented 8 months ago

image image