mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
refactor: optimize enabling the index column
This commit is contained in:
parent
743a9c755e
commit
6479f823c7
@ -166,7 +166,6 @@ export const tableBlockSettings = new SchemaSettings({
|
||||
};
|
||||
},
|
||||
},
|
||||
enabledIndexColumn,
|
||||
{
|
||||
name: 'SortField',
|
||||
Component: SchemaSettingsSortField,
|
||||
@ -175,6 +174,7 @@ export const tableBlockSettings = new SchemaSettings({
|
||||
return field.decoratorProps.dragSort;
|
||||
},
|
||||
},
|
||||
enabledIndexColumn,
|
||||
setTheDataScopeSchemaSettingsItem,
|
||||
setDefaultSortingRulesSchemaSettingsItem,
|
||||
setDataLoadingModeSettingsItem,
|
||||
|
Loading…
x
Reference in New Issue
Block a user