mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 15:25:59 +00:00
view columns
This commit is contained in:
@@ -152,7 +152,7 @@ function SqlObjectList({ conid, database }) {
|
||||
groupFunc={data => _.startCase(data.objectTypeField)}
|
||||
filter={filter}
|
||||
SubItems={SubColumnParamList}
|
||||
isExpandable={data => data.objectTypeField == 'tables'}
|
||||
isExpandable={data => data.objectTypeField == 'tables' || data.objectTypeField == 'views'}
|
||||
/>
|
||||
)}
|
||||
</WidgetsInnerContainer>
|
||||
|
||||
Reference in New Issue
Block a user