Releases: Happy-Coding-Clans/vue-easytable
Releases · Happy-Coding-Clans/vue-easytable
v2.21.7
Bug Fixes
- Fix the bug that cell selection is enabled in the parent table and cell text cannot be selected in the child table by default when nested child tables
- Fix the bug that the parent table height jitter after expanding when nested sub tables #453
Bug Fixes
- 修复嵌套子表格时,父表格开启了单元格选择,子表格默认无法选中单元格文字的问题
- 修复嵌套子表格时,展开后父级表格高度抖动的问题 #453
v2.21.6
Bug Fixes
- Fix the bug that the border of the table column is occasionally disappeared
Bug Fixes
- 修复表格的边框偶尔消失的问题
v2.21.5
Performance Improvements
- Reconstruct the column resize feature, and automatically adapt when the column width is insufficient detail
Breaking Changes
- Remove the
tableWidth
parameter of thecolumnWidthResizeOption
callback functionsizeChange
Performance Improvements
- 重构列宽拖动功能,当列宽不够时自动自适应 详情
Breaking Changes
- 移除
columnWidthResizeOption
回调函数sizeChange
的tableWidth
参数
v2.21.3
Style changes
- Add theme vars default theme file 、 theme dark file #463
- @ve-fixed-body-cell-index
- @ve-fixed-cell-selection-border-index
- @ve-fixed-cell-selection-corner-index
- @ve-fixed-header-index
- @ve-fixed-foot-index
- @ve-fixed-header-cell-index
- @ve-fixed-foot-cell-index
- 添加主题变量 default theme 文件 、 theme dark 文件 #463
- @ve-fixed-body-cell-index
- @ve-fixed-cell-selection-border-index
- @ve-fixed-cell-selection-corner-index
- @ve-fixed-header-index
- @ve-fixed-foot-index
- @ve-fixed-header-cell-index
- @ve-fixed-foot-cell-index
v2.21.2
Style changes
- Add theme vars
- @ve-table-column-resizer-handler-background-color
- @ve-table-column-resizer-line-background-color
- 添加主题变量
- @ve-table-column-resizer-handler-background-color
- @ve-table-column-resizer-line-background-color
v2.21.1
Bug Fixes
- Fix the bug that table is repeatedly rendered due to the column resize
Bug Fixes
- 修复因列宽拖动功能导致表格一直重复渲染的问题
v2.21.0
v2.20.2
Bug Fixes
- Fix the bug that cell selection can't selected all by click header cell
Bug Fixes
- 修复了单元格选择无法通过单击标题全部选中的问题