Skip to content

Releases: Happy-Coding-Clans/vue-easytable

v2.8.3

28 Sep 14:36
Compare
Choose a tag to compare

Bug Fixes

  • Fix the bug that the fixed effect of the right column disappears when the table toggle display #404

Bug Fixes

  • 修复表格显示隐藏切换,右列固定效果消失的问题 #404

v2.8.2

26 Sep 09:03
Compare
Choose a tag to compare

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

26 Sep 02:46
Compare
Choose a tag to compare

Bug Fixes

  • Fixed the bug that the height of the scroll bar of the virtual scroll function is not restored when the data is empty #403

Bug Fixes

  • 修复当数据为空时,虚拟滚动功能滚动条高度没有还原的问题 #403

v2.8.0

06 Sep 06:51
Compare
Choose a tag to compare

Feature

  • Support IE11 browser #400

Feature

  • 支持 IE11 浏览器 #400

v2.7.1

03 Sep 06:20
Compare
Choose a tag to compare

Bug Fixes

  • Fixed the bug that the row checkbox is forbidden to be checked but clicking select all chekbox will still be checked #397

Bug Fixes

  • 修复设置了禁止行选中,点击全选仍然会选中的问题 #397

v2.7.0

01 Sep 07:21
Compare
Choose a tag to compare

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

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

v2.6.1

30 Aug 11:28
Compare
Choose a tag to compare

Bug Fixes

  • Fixed the bug that there is no fixed column effect when dynamically setting fixed columns

Bug Fixes

  • 修复当动态设置固定列,没有固定列效果的问题

v2.6.0

17 Aug 08:03
Compare
Choose a tag to compare

Feature

  • Add scrollTo table methods. more

Feature

  • 新增 scrollTo 表格方法。详情

v2.5.7

11 Aug 13:10
Compare
Choose a tag to compare

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)"

v2.5.6

30 Jul 06:54
Compare
Choose a tag to compare

Bug Fixes

  • Fix the problem of cell rerendering caused by clicking an area outside the table event #389

Bug Fixes

  • 修复点击表格以外区域,触发 blur 事件导致单元格重新渲染的问题 #389