Skip to content

Releases: x-extends/vxe-table

v4.6.3

24 Apr 07:32
Compare
Choose a tag to compare
  • table
    • 修复自定义列报错问题
    • 增加参数 area-config.includeFields
    • 增加参数 area-config.excludeFields

v4.6.2

23 Apr 05:15
Compare
Choose a tag to compare
  • table
    • 修复 title-prefix 或 title-suffix 鼠标 hover 报错问题 #2360
    • 修复自定义列相关问题 #2361
    • 增加参数 custom-config.visibleMethod

v4.6.0

22 Apr 02:38
Compare
Choose a tag to compare
  • (不向下兼容)按需加载调整,移除已废弃的组件 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

v3.7.10

11 Apr 03:41
Compare
Choose a tag to compare
  • table
    • (v3保留兼容)增加参数 footerData,表尾数据参数 footerMethod 将被 footerData 替换
  • button
    • (v3保留兼容)参数 type="text" 更改为 mode="text"
    • 修复校验提示无法清除问题 #2341
    • 增加参数 mode
  • column
    • 增加参数 titleSuffix
  • icon
    • 修复 roll 参数无效问题

What's Changed

New Contributors

Full Changelog: 4.5.21...3.7.10

v4.5.22

10 Apr 04:09
Compare
Choose a tag to compare
  • table
    • (v4保留兼容)增加参数 footerData,表尾数据参数 footerMethod 将被 footerData 替换
  • button
    • (v4保留兼容)参数 type="text" 更改为 mode="text"
    • 增加参数 mode
  • icon
    • 修复 roll 参数无效问题 #2350

v4.5.21

12 Mar 00:18
Compare
Choose a tag to compare
  • table
    • 修复插入临时数据位置错误问题题
    • 增加参数 sort-config.iconLayout
  • column
    • 增加参数 titleSuffix
  • icon
    • 增加图标 asc、sort-desc

v3.7.9

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

v4.5.20

22 Feb 00:34
Compare
Choose a tag to compare
  • table
  • column
    • 新增自定义校验插槽 #2302
    • 增加参数 valid-config.className

v4.5.19

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

v3.7.8

16 Jan 00:38
Compare
Choose a tag to compare
  • table
    • 优化渲染
    • 增加参数 filter-config.confirmButtonText
    • 增加参数 filter-config.resetButtonText
  • select
    • 修复滚动条不能拖动问题
  • input
    • 修复 datetime 类型点击日期被关闭问题