This commit is contained in:
Jan Prochazka
2022-07-16 07:21:23 +02:00
parent 93a736f1f8
commit e117caf708

View File

@@ -56,7 +56,7 @@
id: 'dataGrid.cloneRows',
category: 'Data grid',
name: 'Clone rows',
toolbarName: 'Clone',
toolbarName: 'Clone row(s)',
keyText: 'CtrlOrCommand+Shift+C',
testEnabled: () => getCurrentDataGrid()?.getGrider()?.editable,
onClick: () => getCurrentDataGrid().cloneRows(),