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