houqingbin

Results 4 comments of houqingbin

大佬,我想问一下,vxe-grid怎么进行展开行,搞了好久,没有实现展开

谢谢大佬,可以了 -- | | 懒帝 | | ***@***.*** | 在 2024-06-18 17:22:03,"迷茫" ***@***.***> 写道: 大佬,我想问一下,vxe-grid怎么进行展开行,搞了好久,没有实现展开 https://vxetable.cn/v3/#/table/advanced/expand 你看看这个示例 跟vxe-grid的区别就在于需要配置一个columns 且其中一列必须是type=expand 例如 columns: [{ field: "name", title: "需求单位", type: "expand", slots: {...

大佬,这个展开没有内容是哪里没有写对吗,代码在附件中("vue": "^3.4.20", "vxe-table": "^4.5.20",) -- | | 懒帝 | | ***@***.*** | 在 2024-06-18 17:22:03,"迷茫" ***@***.***> 写道: 大佬,我想问一下,vxe-grid怎么进行展开行,搞了好久,没有实现展开 https://vxetable.cn/v3/#/table/advanced/expand 你看看这个示例 跟vxe-grid的区别就在于需要配置一个columns 且其中一列必须是type=expand 例如 columns: [{ field: "name", title: "需求单位", type:...

直接copy的官网示例,我用的版本是4.7.28,双击的时候会出现两次单击,官网示例代码 import { reactive } from 'vue' import type { VxeGridProps, VxeGridListeners } from 'vxe-table' interface RowVO { id: number name: string role: string sex: string age: number address: string...