Vxe Table Versions Save

vxe-table vue 表单/表格解决方案

4.6.1

3 weeks ago
  • table
    • 修复 title-prefix 或 title-suffix 鼠标 hover 报错问题 #2360
    • 修复自定义列相关问题 #2361
    • 增加参数 custom-config.visibleMethod

4.6.0

3 weeks ago
  • (不向下兼容)按需加载调整,移除已废弃的组件 Footer、Header
  • 增加模块 VxeTableCustomModule
  • 增加组件 button-group
  • table
    • 修复 getRadioRecord 获取值不正确问题
    • (v4保留兼容)重构渲染器,配置 name 调整 $input, $textarea, $select, $button, $buttons, $radio, $checkbox, $switch 改为 VxeInput, VxeTextarea, VxeSelect, VxeButton, VxeButtonGroup, VxeRadio, VxeRadioGroup, VxeCheckbox, VxeCheckboxGroup, VxeSwitch
    • 增加参数 custom-config.mode
    • 增加参数 custom-config.immediate
    • 增加参数 custom-config.showFooter
    • 增加参数 custom-config.allowFixed
    • 增加参数 custom-config.confirmButtonText
    • 增加参数 custom-config.resetButtonText
    • 增加参数 edit-config.afterEditMethod
    • 增加方法 openCustom
    • 增加方法 closeCustom
    • 优化复选框样式
    • 优化打印
  • toolbar
    • 重构工具栏自定义列
    • (v4保留兼容)参数 custom.immediate 被 custom-config.immediate 替换
    • (v4保留兼容) 参数 custom.showFooter 被 custom-config.showFooter 替换
    • (v4保留兼容)参数 custom.allowFixed 被 custom-config.allowFixed 替换
    • (v4保留兼容)参数 custom.confirmButtonText 被 custom-config.confirmButtonText替换
    • (v4保留兼容)参数 custom.resetButtonText 被 custom-config.resetButtonText 替换
  • radio-group
    • 增加参数 type
    • 增加参数 options
    • 增加参数 option-props
  • button
    • 修复 class-name 无效问题
    • 增加参数 title

3.7.10

1 month ago
  • table
    • (v3保留兼容)增加参数 footerData,表尾数据参数 footerMethod 将被 footerData 替换
  • button
    • (v3保留兼容)参数 type="text" 更改为 mode="text"
    • 修复校验提示无法清除问题 #2341
    • 增加参数 mode
  • column
    • 增加参数 titleSuffix
  • icon
    • 修复 roll 参数无效问题

What's Changed

New Contributors

Full Changelog: https://github.com/x-extends/vxe-table/compare/4.5.21...3.7.10

4.5.22

1 month ago
  • table
    • (v4保留兼容)增加参数 footerData,表尾数据参数 footerMethod 将被 footerData 替换
  • button
    • (v4保留兼容)参数 type="text" 更改为 mode="text"
    • 增加参数 mode
  • icon
    • 修复 roll 参数无效问题 #2350

4.5.21

2 months ago
  • table
    • 修复插入临时数据位置错误问题题
    • 增加参数 sort-config.iconLayout
  • column
    • 增加参数 titleSuffix
  • icon
    • 增加图标 asc、sort-desc

3.7.9

2 months ago
  • table
    • 修复提示位置计算不正确问题 #2244
    • 修复插入临时数据位置错误问题题
    • 修复 setColumnFixed设置固定列超过最大数量时的提示问题
    • 修复方法 getTableData 获取树结构数据问题
    • 增加参数 sort-config.iconLayout
  • grid
    • 支持自定义布局
    • 增加参数 layouts
  • column
    • 增加参数 valid-config.className
  • icon
    • 增加图标 asc、sort-desc

4.5.20

2 months ago
  • table
    • 修复取值错误问题 #2313 #2314
  • column
    • 新增自定义校验插槽 #2302
    • 增加参数 valid-config.className

4.5.19

3 months ago
  • table
    • 修复 setColumnFixed设置固定列超过最大数量时的提示问题 #2262
    • 增加参数 filter-config.confirmButtonText
    • 增加参数 filter-config.resetButtonText
    • 修复方法 getTableData 获取树结构数据问题
  • grid
    • 支持自定义布局 #2168
    • 增加参数 layouts
  • pager
    • 支持首页和末页
    • 增加参数 iconHomePage
    • 增加参数 iconEndPage
    • 增加方法 homePage
    • 增加方法 endPage

3.7.8

4 months ago
  • table
    • 优化渲染
    • 增加参数 filter-config.confirmButtonText
    • 增加参数 filter-config.resetButtonText
  • select
    • 修复滚动条不能拖动问题
  • input
    • 修复 datetime 类型点击日期被关闭问题

4.5.18

4 months ago
  • table
    • 优化渲染
  • select
    • 修复滚动条不能拖动问题
  • input
    • 修复 datetime 类型点击日期被关闭问题