mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 18:46:02 +00:00
fix
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
category: 'Data grid',
|
category: 'Data grid',
|
||||||
name: 'Export',
|
name: 'Export',
|
||||||
keyText: 'Ctrl+E',
|
keyText: 'Ctrl+E',
|
||||||
|
icon: 'icon export',
|
||||||
testEnabled: () => getCurrentEditor() != null,
|
testEnabled: () => getCurrentEditor() != null,
|
||||||
onClick: () => getCurrentEditor().exportGrid(),
|
onClick: () => getCurrentEditor().exportGrid(),
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -172,6 +172,6 @@
|
|||||||
<ToolStripCommandButton command="dataGrid.deleteSelectedRows" hideDisabled />
|
<ToolStripCommandButton command="dataGrid.deleteSelectedRows" hideDisabled />
|
||||||
<ToolStripCommandButton command="dataGrid.switchToJson" hideDisabled />
|
<ToolStripCommandButton command="dataGrid.switchToJson" hideDisabled />
|
||||||
<ToolStripCommandButton command="dataGrid.switchToTable" hideDisabled />
|
<ToolStripCommandButton command="dataGrid.switchToTable" hideDisabled />
|
||||||
<ToolStripExportButton {quickExportHandlerRef} />
|
<ToolStripExportButton {quickExportHandlerRef} command='collectionDataGrid.export' />
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
</ToolStripContainer>
|
</ToolStripContainer>
|
||||||
|
|||||||
Reference in New Issue
Block a user