vxe-table-plugin-antd icon indicating copy to clipboard operation
vxe-table-plugin-antd copied to clipboard

🍃 基于 vxe-table 表格的适配插件,用于兼容 ant-design-vue 组件库

Results 10 vxe-table-plugin-antd issues
Sort by recently updated
recently updated
newest added

解决此[建议](https://github.com/x-extends/vxe-table-plugin-antd/issues/17)

### 这个需求解决了什么问题: 解决vite插件生态,需要其他第三方库的package中提供module入口 ### 建议的 API 是什么样的: _No response_ ### 是否已有其他不错的替代方案: _No response_

enhancement

**(必填)请填写问题描述或截图:** 按 [文档](https://xuliangzhan_admin.gitee.io/vxe-table/v4/table/plugin/antdConfig) 配置如下: `vxe-cloumn` 属性配置 `editRender: { name: 'ADatePicker', props: { type: 'date', format: 'YYYY/MM/DD' } }` https://github.com/x-extends/vxe-table-plugin-antd/blob/a5bd07d22b64c62b8a73dd742f2338dc73a01d9a/index.ts#L203-L211 **传入值为 `string` 时,`getDatePickerCellValue` 中 `cellValue.format` 报错** **(必填)请填在线链接:** https://jsrun.net/dr8Kp/edit 在 控制台可 查看报错信息...

bug

### 可复现的链接: 无 ### 问题描述与截图: 在 main.ts 加入如下代码 ![image](https://github.com/x-extends/vxe-table-plugin-antd/assets/1208514/0516fc55-c50e-4736-b70c-5cd6506a8e51) 打包报错 ![image](https://github.com/x-extends/vxe-table-plugin-antd/assets/1208514/49256c4b-7edd-4be6-870d-849e3b294163) ### 期望的结果: _No response_ ### 操作系统: win10 ### 浏览器版本: chrome ### vue 版本: vue 3.2.37 Ant Design Vue 3.2.10...

bug

### 可复现的链接: 无 ### 问题描述与截图: ![image](https://user-images.githubusercontent.com/13814693/237062746-819520fe-7644-4883-9573-7b46508bb1ba.png) 这里写死了只能是ant开头的,无法灵活通过插件配置前缀,包括scss均不可配置 ### 期望的结果: 可以支持配置了prefix-cls的场景 ### 操作系统: all ### 浏览器版本: all ### vue 版本: 3.0 ### vxe-table 版本: ~4.2.2

bug

1、使用ADatePicker时,需要数据必须为日期类型,建议支持字符串类型 2、建议install是能能加option参数,方便设置默认参数 ![image](https://user-images.githubusercontent.com/25168729/173480565-ed766413-8466-4d72-bc67-ebce1e8954c4.png)

### 可复现的链接: https://github.com/x-extends/vxe-table-plugin-antd ### 问题描述与截图: 无法完全支持a-select的功能 ### 期望的结果: 支持a-select的新特性 ### 操作系统: window10 ### 浏览器版本: Chrome/100.0.4896.127 ### vue 版本: 3.2.33 ### vxe-table 版本: 4.2.2

bug

### 可复现的链接: 无 ### 问题描述与截图: You may have an infinite update loop in a component ![image](https://user-images.githubusercontent.com/75727042/158000793-62217944-6793-4b3a-93f0-141424200080.png) 这里要把 on和nativeOn 的get方法提出来,否则会在渲染时造成死循环 ### 期望的结果: _No response_ ### 操作系统: windows10 ### 浏览器版本: chrome最新版本 ###...

bug

**(必填)这个需求解决了什么问题:** 目前兼容支持的antd的版本是多少 **截图或在线链接:** ? **建议的 API 是什么样的:** ? **是否已有其他不错的替代方案:** ?

enhancement