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] Multiple tables have fixed columns, and only one is effective #467

Closed huangshuwei closed 2 years ago

huangshuwei commented 2 years ago

选择要提交 issue 的库

vue-easytable

Issue 类型

Bug

Issue 标题

Multiple tables have fixed columns, and only one is effective

仓库版本

v2.15.0

Vue 版本

2.6.11

浏览器

99.0.4844.82

系统类型

windows

重现链接

https://codesandbox.io/s/vue-easytable-2-15-0-example-forked-nqr218?file=/Example.vue

重现步骤

1、Drag the bottom scroll bar

期望的结果是什么?

1、All tables have fixed columns in effect

实际的结果是什么?

1、Only one table fixed column is effective

huangshuwei commented 2 years ago

Correct use of Vue combined with debounce:https://vuejs.org/guide/essentials/reactivity-fundamentals.html#stateful-methods

huangshuwei commented 2 years ago

contextmenu component has the same problem