Releases: x-extends/vxe-table
Releases · x-extends/vxe-table
v3.12.14
- table
- 修复 css 变量定义行高无效问题
- 修复虚拟滚动分组列头不显示问题
- 修复校验触发问题
- 优化校验提示框样式
v3.12.13
- table
- 修复自定义单元格高度问题
- 增加参数 row-drag-config.showDragTip
- 增加参数 column-drag-config.showDragTip
v4.10.6
- 更新国际化 #2742, #2750
- table
- (v4保留兼容)参数 scroll-x 被 virtual-x-config 替换
- (v4保留兼容)参数 scroll-y 被 virtual-y-config 替换
- (v4保留兼容)参数 padding 被 cell-config.padding 替换
- (v4保留兼容)参数 row-config.height 被 cell-config.height 替换
- (v4保留兼容)事件 resizable-change 被 row-resizable-change 替换
- 修复树结构拖拽成子节点无效问题 #IBHZ6P
- 修复树结构拖拽后数据错误问题 #2743
- 修复 footer-formatter 无效问题 (#2758)[https://github.com//issues/2758]
- 修复树结构连接线显示错误问题 #2735
- 修复展开行懒加载问题 #2757
- 重构虚拟滚动,提升渲染速度
- 优化列宽拖拽,支持分组拖拽
- 优化导入,支持字段名和标题
- 增加参数 sort.config.allowClear
- 增加参数 sort.config.allowBtn
- 增加参数 row-config.resizable
- 增加参数 area-config.extendDirection
- 增加参数 area-config.beforeExtendMethod
- 增加参数 area-config.afterExtendMethod
- 增加参数 resizable-config.isDblclickAutoHeight
- 增加参数 resizable-config.isSyncAutoWidth
- 增加参数 resizable-config.isSyncAutoHeight
- 增加参数 resizable-config.isAllRowDrag
- 增加参数 resizable-config.isAllColumnDrag
- 增加参数 row-drag-config.dragToChildMethod
- 增加参数 column-drag-config.dragToChildMethod
- 增加参数 scrollbar-config
- 增加参数 cell-config.padding
- 增加参数 cell-config.height
- 增加参数 header-cell-config
- 增加参数 footer-cell-config
- 增加方法 setRowHeightConf
- 增加方法 getRowHeightConf
- 增加方法 setRowHeight
- 增加方法 getRowHeight
- 增加事件 row-resizable-change
- 增加事件 column-resizable-change
v3.12.10
- table
- (v3保留兼容)参数 scroll-x 被 virtual-x-config 替换
- (v3保留兼容)参数 scroll-y 被 virtual-y-config 替换
- (v3保留兼容)参数 padding 被 cell-config.padding 替换
- (v3保留兼容)参数 row-config.height 被 cell-config.height 替换
- (v3保留兼容)事件 resizable-change 被 row-resizable-change 替换
- 修复树结构拖拽成子节点无效问题
- 修复树结构拖拽后数据错误问题
- 修复 footer-formatter 无效问题
- 修复展开行懒加载问题
- 重构虚拟滚动,提升渲染速度
- 优化列宽拖拽,支持分组拖拽
- 优化导入,支持字段名和标题
- 增加参数 sort.config.allowClear
- 增加参数 sort.config.allowBtn
- 增加参数 row-config.resizable
- 增加参数 area-config.extendDirection
- 增加参数 area-config.beforeExtendMethod
- 增加参数 area-config.afterExtendMethod
- 增加参数 resizable-config.isDblclickAutoHeight
- 增加参数 resizable-config.isSyncAutoWidth
- 增加参数 resizable-config.isSyncAutoHeight
- 增加参数 resizable-config.isAllRowDrag
- 增加参数 resizable-config.isAllColumnDrag
- 增加参数 row-drag-config.dragToChildMethod
- 增加参数 column-drag-config.dragToChildMethod
- 增加参数 scrollbar-config
- 增加参数 cell-config.padding
- 增加参数 cell-config.height
- 增加参数 header-cell-config
- 增加参数 footer-cell-config
- 增加方法 setRowHeightConf
- 增加方法 getRowHeightConf
- 增加方法 setRowHeight
- 增加方法 getRowHeight
- 增加事件 row-resizable-change
- 增加事件 column-resizable-change
v4.10.4
v3.12.9
v3.12.6
- table
- 修复展开行懒加载无法展开问题
- 修复虚拟滚动冻结列问题
- 优化树懒加载拖拽
v4.10.1
v3.12.2
v4.10.0
- 增加语言包 #2711
- table
- toolbar
- 增加插槽 button-prefix
- 增加插槽 button-suffix
- 增加插槽 tool-prefix
- 增加插槽 tool-suffix