Releases: Happy-Coding-Clans/vue-easytable
Releases · Happy-Coding-Clans/vue-easytable
v2.19.1
Bug Fixes
- Fix the bug that after the header column is selected, the right click item in the non header selected area of the right-click menu is incorrect
Bug Fixes
- 修复表头列选中后,右键菜单非头部的选中区域右键项不正确的问题
v2.19.0
Breaking Changes
- Modify the non Chinese text in the right-click menu of the table, and convert the first lower case letter to upper case letter
- Contextmenu of table, remove callback function
callback({type, selection})
replace withafterMenuClick({ type, selectionRangeKeys, selectionRangeIndexes })
refer to detail
Feature
-
Cell selection refer to detail
- Add multi column selection feature
- Add multi row selection feature
- Cell selection feature, adding header and column indicator effects
- Cell selection feature, add range selection instance method
setRangeCellSelection({ startRowKey,startColKey,endRowKey,endColKey,isScrollToStartCell })
- Cell selection feature, add cell select all instance method
setAllCellSelection()
-
Table contextmenu refer to detail
- Add table header contextmenu
- Add table body contextmenu
- Add table body contextmenu callback
beforeShow({ isWholeRowSelection, selectionRangeKeys, selectionRangeIndexes, })
- Add theme vars
- @ve-table-head-indicator-active-text-color
- @ve-table-body-indicator-active-text-color
- @ve-table-header-cell-indicator-active-background-color
- @ve-table-body-cell-indicator-active-background-color
-
Contextmenu comp adds instance method
hideContextmenu()
Bug Fixes
- Fixed the problem that the menu could not be expanded and collapsed after the right menu expansion node was clicked
Breaking Changes
- 修改表格右键菜单的非中文文字,将开头小写字母转大写字母
- 表格右键菜单功能,移除回调函数
callback({type, selection})
使用afterMenuClick({ type, selectionRangeKeys, selectionRangeIndexes })
替代 查看详情
Feature
-
单元格选择功能 查看详情
- 添加多列选择功能
- 添加多行选择功能
- 单元格选择功能,添加表头和列指示器效果
- 单元格选择功能,添加区域选择实例方法
setRangeCellSelection({ startRowKey,startColKey,endRowKey,endColKey,isScrollToStartCell })
- 单元格选择功能,添加单元格全选实例方法
setAllCellSelection()
-
表格右键菜单功能 查看详情
- 表格 header 添加右键菜单功能
- 表格 body 右键菜单功能增强
- 表格 body 右键菜单功能添加回调方法
beforeShow({ isWholeRowSelection, selectionRangeKeys, selectionRangeIndexes, })
- 添加主题变量
- @ve-table-head-indicator-active-text-color
- @ve-table-body-indicator-active-text-color
- @ve-table-header-cell-indicator-active-background-color
- @ve-table-body-cell-indicator-active-background-color
-
右键菜单组件添加
hideContextmenu()
实例方法
Bug Fixes
- 修复右侧菜单展开节点被点击后,菜单无法展开折叠的问题
v2.18.3
Bug Fixes
- 修复非虚拟滚动表格,隐藏列时控制台报错的问题
Bug Fixes
- Fixed the bug that the console of non virtual scrolling hidden columns report errors
v2.18.2
Bug Fixes
- 修复单元格自动填充,当停止在起始单元格后报错的问题
Bug Fixes
- Fixed the bug that cell autofilling error when stoppped at the starting cell
v2.18.0
Breaking Changes
- Remove
virtualScrollOption.bufferCount
prop
Feature
- Add header hidden feature detail #495
- Add cell selection supports batch cell selection feature detail
- Add operation column feature detail
- Add cell autofill feature detail
- Add clipboard feature detail
- Add cell batch copy
- Add cell batch paste
- Add cell batch cut
- Add cell batch delete
- Add cell edit callback method:
beforeCellValueChange
、afterCellValueChange
detail - body、header、footer add mousemove、mouseover、mousedown、mouseup custom events detail
- Add
virtualScrollOption.bufferScale
virtual scroll buffer scale prop - Add theme css variables
- @ve-table-td-editing-font-color
- @ve-table-td-editing-background-color
- @ve-table-td-editing-box-shadow-color
- @ve-table-selection-border-color
- @ve-table-selection-autofill-border-color
- @ve-table-selection-corner-border-color
- @ve-table-selection-corner-background-color
- @ve-table-selection-area-layer-background-color
Breaking Changes
- 移除
virtualScrollOption.bufferCount
虚拟滚动缓冲数量 prop
Feature
- 添加隐藏表头功能 详情 #495
- 单元格选择支持批量单元格选择 详情
- 添加操作列功能 详情
- 添加单元格自动填充功能 详情
- 添加剪贴板功能 详情
- 添加单元格批量复制功能
- 添加单元格批量粘贴功能
- 添加单元格批量剪切功能
- 添加单元格批量删除功能
- 添加单元格编辑回调方法
beforeCellValueChange
和afterCellValueChange
详情 - body、header、footer 新增 mousemove、mouseover、mousedown、mouseup 自定义事件 详情
- 添加
virtualScrollOption.bufferScale
虚拟滚动缓冲倍数 props - 添加主题变量
- @ve-table-td-editing-font-color
- @ve-table-td-editing-background-color
- @ve-table-td-editing-box-shadow-color
- @ve-table-selection-border-color
- @ve-table-selection-autofill-border-color
- @ve-table-selection-corner-border-color
- @ve-table-selection-corner-background-color
- @ve-table-selection-area-layer-background-color
v2.17.3
v2.17.2
v2.17.1
Bug Fixes
- Fixed the problem that the background color of dark theme virtual scrolling table row did not take effect
Bug Fixes
- 修复暗黑主题虚拟滚动表格行背景色没生效的问题