find column menu

This commit is contained in:
Jan Prochazka
2021-10-12 21:27:05 +02:00
parent b551db8774
commit beef215394
2 changed files with 32 additions and 3 deletions

View File

@@ -88,7 +88,7 @@
id: 'dataForm.filterSelected',
category: 'Data form',
name: 'Filter this value',
keyText: 'Ctrl+F',
keyText: 'Ctrl+Shift+F',
testEnabled: () => getCurrentDataForm() != null,
onClick: () => getCurrentDataForm().filterSelectedValue(),
});