🔱: [client] sync upgrade with 2 commits [trident-sync]

perf: table-select支持跨页选择
This commit is contained in:
GitHub Actions Bot
2023-09-11 19:24:00 +00:00
parent 8701303012
commit 4a4b16b010
2 changed files with 3 additions and 4 deletions
@@ -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: {