fall-zhang / vue-fantable

Vue table component for huge data. 前端表格大型数据渲染解决方案。
https://fall-zhang.github.io/vue-fantable/
MIT License
30 stars 10 forks source link

columnToVisible方法中包含了无效代码,导致键盘方向键移动cell时,滚动条不自动滚动 #12

Open neil-he opened 2 months ago

neil-he commented 2 months ago

fan-table 的版本:0.2.3

vue 的版本:

使用的浏览器:chrome

问题的类型(issue or feature):

对问题的详细说明: image

neil-he commented 2 months ago

是这行代码 if (!nextColumn || nextColumn) return;

fall-zhang commented 2 weeks ago

感谢指出问题,问题将在下个版本修复