d2-crud-plus
d2-crud-plus copied to clipboard
expandRow怎么默认展开
其它问题 | expandRow怎么默认展开。我想实现进入列表页面 就默认展开所有expandRow
crud.js
expandRow: { // 或者直接传true,不显示title,不居中 title: '实例IP', align: 'center', width: 60 },
index.vue
<template slot="expandSlot" slot-scope="scope"> 这里显示行展开数据:{{scope.row.data}} </template>
同问