simplify designer settings

This commit is contained in:
Jan Prochazka
2022-08-27 10:17:11 +02:00
parent fec2df9d2f
commit 395863da3f
4 changed files with 1 additions and 31 deletions

View File

@@ -6,23 +6,15 @@
<Designer
{...$$props}
settings={{
showTableCloseButton: false,
allowColumnOperations: false,
allowCreateRefByDrag: false,
allowTableAlias: false,
updateFromDbInfo: true,
useDatabaseReferences: true,
allowScrollColumns: false,
allowAddAllReferences: true,
canArrange: true,
canExport: true,
canSelectColumns: false,
canSelectTables: true,
allowChangeColor: true,
appendTableSystemMenu: true,
customizeStyle: true,
allowDefineVirtualReferences: true,
canCheckTables: true,
arrangeAlg: 'springy',
}}
referenceComponent={DiagramDesignerReference}