vxe-table 3.5.0 已经发布,vue 表格解决方案
此版本更新内容包括:
- 重要更新,存在兼容性变动!!!
- table
- (v3保留兼容)参数 row-key 改为 row-config.useKey
- (v3保留兼容)参数 row-id 改为 row-config.keyField
- (v3保留兼容)参数 column-key 改为 column-config.useKey
- (v3保留兼容,建议调用方法获取)事件 checkbox-change 删除参数 {records, reserves, indeterminates}
- (v3保留兼容,建议调用方法获取)事件 checkbox-all 删除参数 {records, reserves, indeterminates}
- (v3保留兼容,建议调用方法获取)事件 checkbox-range-start 删除参数 {records, reserves}
- (v3保留兼容,建议调用方法获取)事件 checkbox-range-change 删除参数 {records, reserves}
- (v3保留兼容,建议调用方法获取)事件 checkbox-range-end 删除参数 {records, reserves}
- 增加参数 sort-config.chronological(#1647)
- 增加参数 importData.encoding
- 增加事件 keydown-start
- 增加事件 keydown-end
- 优化滚动逻辑
- column
- (v3保留兼容)参数 title-help 更改为 title-prefix
- 增加参数 title-prefix.useHTML
- select
- (v3保留兼容)参数 option-key 改为 option-config.useKey
- (v3保留兼容)参数 option-id 改为 option-config.keyField
- form-item
- 增加参数 title-prefix.useHTML
- 增加参数 title-suffix.useHTML
详情查看:https://gitee.com/xuliangzhan_admin/vxe-table/releases/3.5.0