Skip to content

Releases: Happy-Coding-Clans/vue-easytable

v2.27.1

21 May 07:28
Compare
Choose a tag to compare

Bug Fixes

  • Fix the problem of copy failure on macOs (by @xdbobname

Bug Fixes

  • 修复单元格复制功能在 macOs 系统中失败的问题 (by @xdbobname

v2.27.0

23 Apr 07:21
Compare
Choose a tag to compare

Feature

  • Add russian language ru-RU (by @NeonGC

Feature

  • 新增俄语 ru-RU (by @NeonGC

v2.26.0

13 Apr 12:16
Compare
Choose a tag to compare

Feature


Feature

v2.25.0

30 Mar 08:42
Compare
Choose a tag to compare

Feature

  • New beforeStartCellEditing callback method for cell editing function #556

Bug Fixes


Feature

  • 单元格编辑功能新增beforeStartCellEditing回调方法 #556

Bug Fixes

v2.24.0

11 Feb 04:19
Compare
Choose a tag to compare

Breaking Changes

  • The sorting click area is changed from 'icon' click area to the whole 'th' click area. #407 @timefordroids

Breaking Changes

  • 排序的点击区域调整,从 icon 点击变更为整个 th 点击 #407 @timefordroids

v2.23.0

09 Feb 07:03
Compare
Choose a tag to compare

Feature

  • add container scrolling class ve-table-container-vertical-scrolling When the table has vertical scrolling distance #544 @looeyf @micheldpcarlos

Feature

v2.22.0

07 Feb 12:43
Compare
Choose a tag to compare

Feature


Feature

v2.21.11

13 Jan 06:32
Compare
Choose a tag to compare

Bug Fixes

  • Fix the bug that the header is hidden due to batch hidden columns in the header right-click menu #538

Bug Fixes

  • 修复表头右键菜单批量隐藏列,导致表头隐藏的问题 #538

v2.21.9

11 Dec 08:26
Compare
Choose a tag to compare

Bug Fixes

  • Fix the bug that the console warns "Resizer column needs set column width" when the column width dragging function is grouped in the header

Bug Fixes

  • 修复列宽拖动功能在表头分组时,控制台警告提示“Resizer column needs set column width”的问题

v2.21.8

22 Nov 11:54
Compare
Choose a tag to compare

Breaking Changes

  • Change contextmenu type name of the header: CANCLE_LEFT_FIXED_COLUMN_TO -> CANCEL_LEFT_FIXED_COLUMN_TO

Bug Fixes

  • Fix the bug that the column width restoring when cancel or fix the column through the right-click menu after dragging the column width

Breaking Changes

  • 修改表头右键菜单类型名称: CANCLE_LEFT_FIXED_COLUMN_TO -> CANCEL_LEFT_FIXED_COLUMN_TO

Bug Fixes

  • 修复列宽拖动后,通过右键菜单取消或者固定列时,列宽还原的问题