From 1bb1066de42a936f10376126c289c4717848796f Mon Sep 17 00:00:00 2001 From: Meik Date: Mon, 10 Nov 2025 18:38:39 +0100 Subject: [PATCH] =?UTF-8?q?Link=20am=20Betrieb=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DashboardView.js | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/src/components/DashboardView.js b/src/components/DashboardView.js index 2fc16b2..e565604 100644 --- a/src/components/DashboardView.js +++ b/src/components/DashboardView.js @@ -201,10 +201,25 @@ const DashboardView = ({ ), cell: ({ row }) => ( -
- {row.original.label} - {row.original.hidden && (ausgeblendet)} -

#{row.original.id}

+
+
+ {row.original.label} + {row.original.hidden && (ausgeblendet)} +

#{row.original.id}

+
+ + + + + + +
), sortingFn: 'alphanumeric',