Skip to content

v3.8.8

Compare
Choose a tag to compare
@xuliangzhan xuliangzhan released this 24 Jun 02:51
· 132 commits to master since this release
  • table
    • 修复导出表尾数据取值错误问题
    • 修复树结构按键操作无法回退到上一级问题
    • (v3默认值调整)keyboard-config.isBack 默认值由 true 调整为 false,可以通过全局参数 setConfig({ table: { keyboardConfig: { isBack: true } } }) 设置默认值
    • 支持 checkbox-config.trigger 手动模式
    • 支持 radio-config.trigger 手动模式
    • 支持 expand-config.trigger 手动模式
    • 支持 tree-config.trigger 手动模式
    • 增加方法 setRow
    • 增加方法 getPrintHtml
    • 增加方法 getCustomStoreData
    • 增加参数 custom-config.updateStore
    • 增加参数 custom-config.placement
    • 增加参数 expand-config.padding
    • 自定义列支持拖拽* table
    • 国际化 vxe.table.seqTitle 中文值由 # 调整为 序号,英文值由 # 调整为 S/N
  • form
    • 优化纵向布局样式