-
fix(table): 修复antd报错,column.slots已废弃,修改为v-slot:headerCell
-
1. 增加可编辑单元格非编辑状态下可自定义样式 2. 扩展editComponentProps,可接受方法
-
* tsconfig 增加 types , 解决webstorm提示错误 * api-tree
-
Co-authored-by: qiuxiang <liumeiwang@localhost.com>
-
在保证了原有的高度计算上,额外新增继承父级高度, 只需设置isCanResizeParent:true
-
* fix(type): fix ant-design-vue -> * fix: fix base64 blob * fix: fix CollapseHeader canExpan bug
-
Co-authored-by: bingguo <bingguo@gaoding.com>
-
* fix(table component): add 'expandRows' * feat(table component): add 'expandRows' table action
-
… by other calls (#1474)
-
* fix: 修复可编辑表格不显示 0 的bug * fix: 修复编辑单元格为空时不能触发编辑的bug
-
1.修复table升级ant3.0导致无法自适应剩余高度 2.修复table升级ant3.0导致BasicColumn类型的title属性无法找到
-
* fix(type): fix ant-design-vue -> * fix: fix base64 blob * fix: fix CollapseContainer canExpan