vxe-table 4.5.0 已经发布,vue 表格解决方案
此版本更新内容包括:
- (v4保留兼容)渲染器 menus 注册由 
menus.add(name, Function)改成menus.add(name, { menuMethod: Function }) - (v4保留兼容)渲染器 commands 注册由 
commands.add(name, Function)改成commands.add(name, { commandMethod: Function }) - (v4保留兼容)渲染器 formats 注册由 
formats.add(name, Function)改成formats.add(name, { formatMethod: Function }) - table
 - 重构校验,支持多行多列显示校验信息
 - 重构多层级渲染,大幅提升树结构、展开行渲染性能,渲染性能提升 50 ~ 300%
 - 重构复选框渲染,性能提升 100 ~ 1000%
 - 默认参数调整 scroll-y.enabled = false
 - 默认参数调整 scroll-x.enabled = false
 - table    
- (v4保留兼容)参数 tree-config.line 更改为 tree-config.showLine
 - (v4保留兼容)参数 tree-config.hasChild 更改为 tree-config.hasChildField
 - (v4保留兼容)参数 tree-config.children 更改为 tree-config.childrenField
 - 修复自定义列无法重置问题
 - 修复 setAllRowExpand 树结构无法展开全部问题
 - 增加参数 min-height
 - 增加参数 checkbox-config.isShiftKey
 - 增加参数 checkbox-config.indeterminateField
 - 增加参数 column-config.maxFixedSize
 - 增加参数 column-config.headerExportMethod
 - 增加参数 column-config.exportMethod
 - 增加参数 column-config.footerExportMethod
 - 增加参数 valid-config.msgMode
 - 增加参数 valid-config.autoClear
 - 增加事件 checkbox-range-select
 - 编辑状态支持隐藏列
 
 - button    
- 增加参数 popup-class-name
 
 - select    
- 增加参数 popup-class-name
 
 - pulldown    
- 增加参数 class-name
 - 增加参数 popup-class-name
 
 - input    
- 增加方法 select #2112
 - 增加默认值 placeholder
 
 - textarea    
- 增加默认值 placeholder
 
 - select    
- 增加默认值 placeholder
 
 - toolbar    
- (保留兼容)参数 custom.isFooter 更改 showFooter
 - 增加参数 custom.allowFixed
 - 增加参数 custom.confirmButtonText
 - 增加参数 custom.resetButtonText
 
 - icon    
- (不向下兼容)图标更改 fixed-fill 更改为 fixed-left-fill
 - (不向下兼容)图标更改 fixed 更改为 fixed-left
 - 增加图标 fixed-left、fixed-left-fill、fixed-right、fixed-right-fill、swap-up、swap-down
 
 
详情查看:https://gitee.com/xuliangzhan_admin/vxe-table/releases/4.5.0


		
		

还没有评论,来说两句吧...