mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 07:16:01 +00:00
refactor
This commit is contained in:
@@ -327,6 +327,10 @@
|
||||
return false;
|
||||
},
|
||||
onClickTableHeader,
|
||||
isColumnExpandable: column => !!column.getChildColumns,
|
||||
isColumnExpanded: column => column.isExpanded,
|
||||
columnExpandLevel: column => column.expandLevel,
|
||||
toggleExpandedColumn: (column, value) => column.toggleExpanded(value),
|
||||
}}
|
||||
referenceComponent={QueryDesignerReference}
|
||||
value={createDesignerModel(config, dbInfos, dataPatterns)}
|
||||
|
||||
Reference in New Issue
Block a user