-
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
-
修复配置项中,拖拽后 点击 重置按钮 table 恢复还原,但 拖拽列表并未还原bug
-
修复去掉checkList 后,移动配置中的table顺序后,调用tabel.setColum() 时触发 init() ,导致checkList 被重置bug
-
* fix(modal): 取消全屏功能后关闭图标颜色异常 * chore: move to pnpm * fix: RangePicekr在表单项中占满分配的宽度 * chore: comment format * Revert "fix: RangePicekr在表单项中占满分配的宽度" This reverts commit cd70e41dac294329383be3d2f0a393dc26b7f140. * feat(ApiSelect): 新增每次加载选项 Co-authored-by: liushiman <smliu@gk-estor.com>