mirror of https://github.com/certd/certd
parent
844c4bf983
commit
ed6a18dae7
|
@ -33,6 +33,14 @@ export default async function ({ crudExpose }: CreateCrudOptionsProps): Promise<
|
||||||
helper: {
|
helper: {
|
||||||
// position: "label" // helper的展示位置全局配置
|
// position: "label" // helper的展示位置全局配置
|
||||||
// tooltip:{}
|
// tooltip:{}
|
||||||
|
},
|
||||||
|
group: {
|
||||||
|
groups: {
|
||||||
|
profile: {
|
||||||
|
header: "profile",
|
||||||
|
columns: ["profile.name", "profile.age", "profile.status"]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
columns: {
|
columns: {
|
||||||
|
|
Loading…
Reference in New Issue