Releases: Happy-Coding-Clans/vue-easytable
Releases · Happy-Coding-Clans/vue-easytable
v2.27.1
Bug Fixes
- Fix the problem of copy failure on macOs (by @xdbobname )
Bug Fixes
- 修复单元格复制功能在 macOs 系统中失败的问题 (by @xdbobname )
v2.27.0
v2.26.0
v2.25.0
Feature
- New
beforeStartCellEditing
callback method for cell editing function #556
Bug Fixes
- Fix the bug that the addEventListener event handler function is empty #557 @Alfred-Skyblue
Feature
- 单元格编辑功能新增
beforeStartCellEditing
回调方法 #556
Bug Fixes
- 修复 addEventListener 事件处理函数为空的问题 #557 @Alfred-Skyblue
v2.24.0
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
Feature
- add container scrolling class
ve-table-container-vertical-scrolling
When the table has vertical scrolling distance #544 @looeyf @micheldpcarlos
Feature
- 表格有垂直滚动距离时,添加容器滚动样式
ve-table-container-vertical-scrolling
#544 @looeyf @micheldpcarlos
v2.22.0
Feature
- Support disabling column resizing optional #541 @micheldpcarlos
Feature
- 支持禁用列宽拖动配置化 #541 @micheldpcarlos
v2.21.11
v2.21.9
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
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
- 修复列宽拖动后,通过右键菜单取消或者固定列时,列宽还原的问题