-
**问题描述 Describe the bug**
vxe-grid 如何结合 Ant-Design-vue 的AForm 和 FormItem 组件做表格验证
**重现问题的步骤 To Reproduce**
**请提供能重现问题的链接([jsfiddle](https://jsfiddle.net/gz3vektc/)、[codepen](https://codepen.io…
-
**问题描述 Describe the bug**
vxe-grid 使用 columns 配置列,slots 插槽的edit无效
**重现问题的步骤 To Reproduce**
**请提供能重现问题的链接([jsfiddle](https://jsfiddle.net/gz3vektc/)、[codepen](https://codepen.io/anon/pen/gJEmR…
-
**描述 Describe**
```
```
``` javascript
this.columns = [
{ type: 'index', width: 40 },
{ label: '编号', prop: 'code' },
{ label: '名称', prop: 'name' },
…
-
**这个新特性和一个问题相关吗?简单描述下,比如我什么场景下,需要解决什么问题,发现表格不支持这个功能 Is your feature request related to a problem? Please describe.**
需要在动态列名下生成列的分组,不用的报表列头分组不同,所以需要动态渲染,之前自己在vue-element-extends下自定义组件实现的,现在是否可以在vxe-t…
-
VXETable.renderer.add('Select', {
autofocus: '.my-select',
async renderEdit (h, editRender, { row, column }) {
let dataset = column.own.dataset.data
if (!dataset) {
let url = co…
-
vxe 0.9.14
看文档里面都是使用的vxe-grid的方式
我使用的是和之前版本差不多的vxe-table的方式,
-
**描述 Describe**
用1.0.0-beta.15可以,升级到更高版本项目就运行不起来了, 运行报这个错,也不知道什么原因
app.js:241716 Uncaught TypeError: Cannot read property 'install' of undefined
at Function.Vue.use (app.js:241716)
at Mo…
-
动态定义的列,但是想要根据不同的列生成不同的格式化内容,比如有的列是上传文档的,希望格式为为超链接形式
-
**问题描述 Describe the bug**
vxe-grid 开启编辑后,使用 `clearActived` 结束编辑无效(报错)
**重现问题的步骤 To Reproduce**
在控制台打印了 `this.$refs.xTable` 下的属性,没有找到 `clearActived` ,而是找到了 `clearActivedd`,但使用这个属性也无法退出编辑。
**请提供…
-
**问题描述 Describe the bug**
可编辑表格新增几行后不能删除选中数据
**重现问题的步骤 To Reproduce**
连续点几次新增,然后逐个编辑内容, 而后选择刚编辑好的数据点删除无效。
**请提供能重现问题的链接([jsfiddle](https://jsfiddle.net/y7n0bw4e/)、[codepen](https://codepen.io/…