mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
🔱: [client] sync upgrade with 2 commits [trident-sync]
perf: table-select支持跨页选择
This commit is contained in:
@@ -51,15 +51,13 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
|
||||
}),
|
||||
form: {
|
||||
component: {
|
||||
crossPage: true,
|
||||
createCrudOptions: createCrudOptionsText,
|
||||
crudOptionsOverride: {
|
||||
table: {
|
||||
scroll: {
|
||||
x: 2000
|
||||
}
|
||||
},
|
||||
rowHandle: {
|
||||
fixed: "right"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -78,6 +76,7 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti
|
||||
}),
|
||||
form: {
|
||||
component: {
|
||||
crossPage: true,
|
||||
multiple: true,
|
||||
createCrudOptions: createCrudOptionsText,
|
||||
crudOptionsOverride: {
|
||||
|
||||
Reference in New Issue
Block a user