fix: Table 编辑器面板初始顶部&底部是否初始选中问题修复 (#9359)

This commit is contained in:
liaoxuezhi 2024-01-11 15:10:36 +08:00 committed by GitHub
parent d48c516597
commit 010f53f05b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -513,6 +513,7 @@ export class TablePlugin extends BasePlugin {
formType: 'extend',
label: '头部',
name: 'showHeader',
pipeIn: (value: any) => value ?? true,
form: {
body: [
{
@ -536,6 +537,7 @@ export class TablePlugin extends BasePlugin {
formType: 'extend',
label: '底部',
name: 'showFooter',
pipeIn: (value: any) => value ?? true,
form: {
body: [
{