Releases: Happy-Coding-Clans/vue-easytable
Releases · Happy-Coding-Clans/vue-easytable
v2.8.3
v2.8.2
Bug Fixes
- Fix the bug that the row highlight dones't works when the row key is 0
Bug Fixes
- 修复行 key 为 0 时,行高亮失效的问题
v2.8.1
v2.8.0
v2.7.1
v2.7.0
Breaking Changes
- Change the default minimum row height of the virtual scroll function. Changed from "42px" to "40px", You can change it through the
minrowheight
attribute
Feature
- Add
scrollToRowKey
table instance method. refer to example
Bug Fixes
- Fixed the bug that the minimum height
minRowHeight
of the virtual scroll function is the same as the table row height, and the scroll bar height is not extended - Fixed the bug of virtual scrolling when the browser window size changed and the table white screen
- Fixed the problem that the table cell selection disappeared due to long keyboard operation (keycode 38 = up)
Performance Improvements
- Optimize the rendering speed of virtual scrolling. Replace with non responsive variables
- Optimize the buffer strategy of virtual scrolling function. Change the buffer multiple to the number of buffer rows count
Breaking Changes
- 调整了虚拟滚动功能默认最小行高度。由 “42px” 改为了 “40px”,你可以通过
minRowHeight
属性控制
Feature
- 添加
scrollToRowKey
表格实例方法。查看示例
Bug Fixes
- 修复虚拟滚动功能最小高度
minRowHeight
值与表格行高一样,滚动条高度没撑开的问题 - 修复虚拟滚动功能,当浏览器窗口大小改变表格白屏的问题
- 修复长时间键盘操作(keycode 38 = Up)导致单元格选中框消失的的问题
Performance Improvements
- 优化虚拟滚动功能渲染速度。使用非响应式变量替代
- 优化虚拟滚动功能缓冲策略。将缓冲倍数改为缓冲行数
v2.6.1
Bug Fixes
- Fixed the bug that there is no fixed column effect when dynamically setting fixed columns
Bug Fixes
- 修复当动态设置固定列,没有固定列效果的问题
v2.6.0
v2.5.7
Bug Fixes
- Fixed a bug that does not support dynamic height when virtual scrolling is enabled (such as:
max-height="calc(100vh - 210px)"
)
Bug Fixes
- 修复开启虚拟滚动时不支持动态高度的bug(如:
max-height="calc(100vh - 210px)"
)