From 93053e01019add86720e1faf1d68e9a254c05a6d Mon Sep 17 00:00:00 2001 From: Bastian Wagner Date: Thu, 12 Mar 2026 09:37:46 +0100 Subject: [PATCH] =?UTF-8?q?Change=20Detection=20bei=20Schl=C3=BCssel=C3=A4?= =?UTF-8?q?nderungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/app/modules/keys/keys.component.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/app/modules/keys/keys.component.ts b/client/src/app/modules/keys/keys.component.ts index 9f8e66c..505512d 100644 --- a/client/src/app/modules/keys/keys.component.ts +++ b/client/src/app/modules/keys/keys.component.ts @@ -130,6 +130,9 @@ export class KeysComponent extends AgGridContainerComponent { next: keys => { this.gridApi.setGridOption("rowData", keys); this.gridApi.setGridOption("loading", false); + + this.gridApi.redrawRows(); + this.gridApi.refreshCells() } }) this.loadKeys();