Merge branch 'main' into feature/CE-878-make-the-operations-dashboard

This commit is contained in:
Tim Chamberlain
2024-02-22 10:55:26 -06:00
5 changed files with 84 additions and 57 deletions

View File

@ -610,11 +610,14 @@ function RecordQuery({table, launchProcess}: Props): JSX.Element
e.preventDefault()
updateTable("'r' keyboard event");
}
/*
// disable until we add a ... ref down to let us programmatically open Columns button
else if (! e.metaKey && e.key === "c")
{
e.preventDefault()
gridApiRef.current.showPreferences(GridPreferencePanelsValue.columns)
}
*/
else if (! e.metaKey && e.key === "f")
{
e.preventDefault()