From e2e10f54575f50b13763ecb2d61d7e16ad3b64e1 Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Mon, 6 Jun 2022 14:40:47 -0400 Subject: [PATCH] Select chart components when selecting an event with keyboard in table When using the keyboard to select an event, broadcast the event details to other charts to select corresponding chart component. Add support for arrow up/down key selection of events in the events table. When extending the selection, only the last selected event will be used to broadcast the selection (multi-line selection). Make sure that the properties view is updated with the last event selection. Signed-off-by: Bernd Hufmann --- .../src/components/table-output-component.tsx | 37 ++++++++++++++++--- 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/packages/react-components/src/components/table-output-component.tsx b/packages/react-components/src/components/table-output-component.tsx index 41a37f6e1..c4b63dfb5 100644 --- a/packages/react-components/src/components/table-output-component.tsx +++ b/packages/react-components/src/components/table-output-component.tsx @@ -221,6 +221,7 @@ export class TableOutputComponent extends AbstractOutputComponent