nosql add new column GUI improved

This commit is contained in:
Jan Prochazka
2024-08-26 15:39:57 +02:00
parent d54b47f713
commit 4436ff95a8
5 changed files with 43 additions and 0 deletions

View File

@@ -212,6 +212,7 @@
<ToolStripCommandButton command="dataGrid.revertAllChanges" hideDisabled />
<ToolStripCommandButton command="dataGrid.insertNewRow" hideDisabled />
<ToolStripCommandButton command="dataGrid.deleteSelectedRows" hideDisabled />
<ToolStripCommandButton command="dataGrid.addNewColumn" hideDisabled />
<ToolStripCommandButton command="dataGrid.switchToJson" hideDisabled />
<ToolStripCommandButton command="dataGrid.switchToTable" hideDisabled />
<ToolStripExportButton {quickExportHandlerRef} command="collectionDataGrid.export" />