expand all, collapse all commands

This commit is contained in:
SPRINX0\prochazka
2025-01-24 14:27:05 +01:00
parent c09c5e588a
commit 4944bc4bca
4 changed files with 66 additions and 10 deletions

View File

@@ -216,5 +216,7 @@
<ToolStripCommandButton command="dataGrid.switchToJson" hideDisabled />
<ToolStripCommandButton command="dataGrid.switchToTable" hideDisabled />
<ToolStripExportButton {quickExportHandlerRef} command="collectionDataGrid.export" />
<ToolStripCommandButton command="collectionJsonView.expandAll" hideDisabled />
<ToolStripCommandButton command="collectionJsonView.collapseAll" hideDisabled />
</svelte:fragment>
</ToolStripContainer>