Skip to content

v2.10.1

Compare
Choose a tag to compare
@huangshuwei huangshuwei released this 11 Nov 10:45
· 1159 commits to master since this release

Performance Improvements

  • Performance optimization of virtual scrolling rendering
    • In fast scrolling, such as dragging the scroll bar, only placeholders are rendered
    • Change the style and class of table cells to be calculated in body
  • Memory optimization. Memory reduced by about 45%
    • Discarding deepclone table data

Performance Improvements

  • 虚拟滚动渲染性能优化
    • 快速滚动中,如拖动滚动条时只渲染占位符
    • 将表格单元格的 style、class 改为 body 中计算
  • 内存占用优化。内存减少 45% 左右
    • 弃用 deepClone 表格数据