refactor: optimize enabling the index column (#6481)

This commit is contained in:
Katherine 2025-03-17 10:26:08 +08:00 committed by GitHub
parent 09b9847697
commit 06405a62b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,7 +166,6 @@ export const tableBlockSettings = new SchemaSettings({
}; };
}, },
}, },
enabledIndexColumn,
{ {
name: 'SortField', name: 'SortField',
Component: SchemaSettingsSortField, Component: SchemaSettingsSortField,
@ -175,6 +174,7 @@ export const tableBlockSettings = new SchemaSettings({
return field.decoratorProps.dragSort; return field.decoratorProps.dragSort;
}, },
}, },
enabledIndexColumn,
setTheDataScopeSchemaSettingsItem, setTheDataScopeSchemaSettingsItem,
setDefaultSortingRulesSchemaSettingsItem, setDefaultSortingRulesSchemaSettingsItem,
setDataLoadingModeSettingsItem, setDataLoadingModeSettingsItem,