Skip to content

v2.7.0

Choose a tag to compare

@huangshuwei huangshuwei released this 01 Sep 07:21
· 1336 commits to master since this release

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

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

Bug Fixes

  • 修复虚拟滚动功能最小高度 minRowHeight值与表格行高一样,滚动条高度没撑开的问题
  • 修复虚拟滚动功能,当浏览器窗口大小改变表格白屏的问题
  • 修复长时间键盘操作(keycode 38 = Up)导致单元格选中框消失的的问题

Performance Improvements

  • 优化虚拟滚动功能渲染速度。使用非响应式变量替代
  • 优化虚拟滚动功能缓冲策略。将缓冲倍数改为缓冲行数