deep refresh on datagrid

This commit is contained in:
Jan Prochazka
2022-12-31 13:39:07 +01:00
parent 4d8e0d44d1
commit 61a2002627
2 changed files with 45 additions and 1 deletions

View File

@@ -211,6 +211,7 @@
function createAutoRefreshMenu() {
return [
{ divider: true },
{ command: 'dataGrid.deepRefresh', hideDisabled: true },
{ command: 'tableData.stopAutoRefresh', hideDisabled: true },
{ command: 'tableData.startAutoRefresh', hideDisabled: true },
'tableData.setAutoRefresh.1',