Vxe Table Versions Save

Vxe table 的表格组件

4.7.28

2 weeks ago
  • table
    • 修复打印 beforePrintMethod 无效问题
    • 修复 checkbox-config.trigger 手动模式时事件无法触发问题

4.7.26

2 weeks ago
  • 优化老版本兼容性问题
  • table
    • 修复类型声明
    • 修复 getColid 无法调用问题
    • 增加方法 getCellLabel #2443
    • 增加方法 getCellElement #2444

4.7.24

2 weeks ago
  • 修复老版本兼容问题

4.7.20

2 weeks ago
  • 调整类型 #2432

4.7.19

2 weeks ago
  • 修复 config 方法不存在问题
  • table
    • (v4保留兼容)validators 调整 cellValidatorMethod 为 tableCellValidatorMethod
    • (v4保留兼容)menu 调整 menuMethod 为 tableMenuMethod
    • (v4保留兼容)formats 调整 cellFormatMethod 为 tableCellFormatMethod
    • (v4保留兼容)commands 调整 commandMethod 为 tableCommandMethod
    • Interceptors 增加参数 tableInterceptorMethod

4.7.18

2 weeks ago
  • 优化按需加载
  • table
    • 修复导出表尾数据取值错误问题

4.7.17

2 weeks ago
  • table 渲染器参数
    • (v4保留兼容)调整 filterMethod 为 tableFilterMethod
    • (v4保留兼容)调整 filterRemoteMethod 为 tableFilterRemoteMethod
    • (v4保留兼容)调整 filterResetMethod 为 tableFilterResetMethod
    • (v4保留兼容)调整 filterRecoverMethod 为 tableFilterRecoverMethod
    • (v4保留兼容)调整 defaultFilterMethod为 defaultTableFilterMethod
    • (v4保留兼容)调整 filterClassName 为 tableFilterClassName
    • (v4保留兼容)调整 showFilterFooter 为 tableCellClassName
    • (v4保留兼容)调整 cellClassName 为 tableCellClassName
    • (v4保留兼容)调整 cellStyle 为 tableCellStyle
    • (v4保留兼容)调整 autofocus 为 tableAutofocus
    • (v4保留兼容)调整 autoselect 为 tableAutoSelect
    • (v4保留兼容)调整 exportMethod 为 tableExportMethod
    • (v4保留兼容)调整 footerExportMethod 为 tableFooterExportMethod
    • (v4保留兼容)调整 renderHeader 为 renderTableHeader
    • (v4保留兼容)调整 renderFooter 为 renderTableFooter
    • (v4保留兼容)调整 renderFilter 为 renderTableFilter
    • (v4保留兼容)调整 renderDefault 为 renderTableDefault
    • (v4保留兼容)调整 renderEdit 为 renderTableEdit
    • (v4保留兼容)调整 renderCell 为 renderTableCell
    • (v4保留兼容)调整 renderEmpty 为 renderTableEmpty
    • 支持 checkbox-config.trigger 手动模式
    • 支持 radio-config.trigger 手动模式
    • 支持 expand-config.trigger 手动模式
    • 支持 tree-config.trigger 手动模式
    • 优化编辑样式
  • toolbar
    • 修复工具栏参数错误问题

4.7.16

2 weeks ago
  • 修复老版本兼容性问题

4.7.15

2 weeks ago
  • 修复按需加载问题
  • table
    • 增加方法 isPendingByRow

4.7.13

3 weeks ago
  • 修改已知问题