多元共进|2023 Google 开发者大会 精彩演讲回顾
https://ZhouSa.com vxe-table 3.7.0 已经发布,vue 表格解决方案
此版本更新内容包括:
- (v3保留兼容)渲染器 menus 注册由
menus.add(name, Function)
改成menus.add(name, { menuMethod: Function })
- (v3保留兼容)渲染器 commands 注册由
commands.add(name, Function)
改成commands.add(name, { commandMethod: Function })
- (v3保留兼容)渲染器 formats 注册由
formats.add(name, Function)
改成formats.add(name, { formatMethod: Function })
- 默认关闭纵向虚拟滚动,参数调整 scroll-y.enabled = false,可全局设置
- 默认关闭横向虚拟滚动,参数调整 scroll-x.enabled = false,可全局设置
- table
- (v3保留兼容)参数 tree-config.line 更改为 tree-config.showLine
- (v3保留兼容)参数 tree-config.hasChild 更改为 tree-config.hasChildField
- (v3保留兼容)参数 tree-config.children 更改为 tree-config.childrenField
- 修复自定义列无法重置问题
- 修复 setAllRowExpand 树结构无法展开全部问题
- 修复 showColumn 错误问题
- 修复树节点插入不显示问题
- 修复配置式渲染事件提示日志警告问题
- 增加参数 min-height
- 增加参数 checkbox-config.isShiftKey
- 增加参数 checkbox-config.indeterminateField
- 增加参数 column-config.maxFixedSize
- 增加参数 column-config.headerExportMethod
- 增加参数 column-config.exportMethod
- 增加参数 column-config.footerExportMethod
- 增加方法 insertNextAt
- 编辑状态支持隐藏列
- 优化渲染,提升树结构、展开行渲染性能
- 重构复选框渲染,大幅性能提升
- 优化虚拟树渲染
- button
- 增加参数 popup-class-name
- 修复下拉按钮样式
- form
- 增加参数 vertical
- form-item
- 增加参数 vertical
- select
- 增加参数 popup-class-name
- pulldown
- 增加参数 class-name
- 增加参数 popup-class-name
- input
- 增加方法 select
- 增加默认值 placeholder
- textarea
- 增加默认值 placeholder
- select
- 增加默认值 placeholder
- input
- 增加参数 showWordCount
- 增加参数 countMethod
- 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/3.7.0
还没有评论,来说两句吧...