From 3a8a3cc7a5fbb5492c2a69085e3a1fda62d0ff80 Mon Sep 17 00:00:00 2001 From: Umberto Pepato Date: Thu, 4 Dec 2025 15:37:00 +0100 Subject: [PATCH] Fix sec alerts table event view cols not working --- .../public/detections/components/alerts_table/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/solutions/security/plugins/security_solution/public/detections/components/alerts_table/index.tsx b/x-pack/solutions/security/plugins/security_solution/public/detections/components/alerts_table/index.tsx index d8743cbcdae57..54f40295bca86 100644 --- a/x-pack/solutions/security/plugins/security_solution/public/detections/components/alerts_table/index.tsx +++ b/x-pack/solutions/security/plugins/security_solution/public/detections/components/alerts_table/index.tsx @@ -461,6 +461,7 @@ const AlertsTableComponent: FC> = ({ + key={isEventRenderedView ? 'eventRenderedView' : 'defaultView'} ref={alertsTableRef} // Stores separate configuration based on the view of the table id={id ?? `detection-engine-alert-table-${tableType}-${tableView}`}