From 409e79f362c33c83ede9c51bd4e18547b8e2edd7 Mon Sep 17 00:00:00 2001 From: "markus.lehr" Date: Sun, 30 Jun 2024 16:30:56 +0200 Subject: [PATCH] change the mondatafilelist add the buttons --- .../src/pages/monitorings/mondatfilelist.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/vrpmdvfrontend/src/pages/monitorings/mondatfilelist.tsx b/vrpmdvfrontend/src/pages/monitorings/mondatfilelist.tsx index b0f118c..9af7106 100644 --- a/vrpmdvfrontend/src/pages/monitorings/mondatfilelist.tsx +++ b/vrpmdvfrontend/src/pages/monitorings/mondatfilelist.tsx @@ -67,7 +67,9 @@ export const MonDatafileList = () => { const { mutate } = useUpdate(); - //dataGridProps.disableRowSelectionOnClick: true; + const downloadSelectedItems = () => {} + const deleteSelectedItems = () => {} + const columns = React.useMemo[]>( () => [ @@ -166,21 +168,21 @@ export const MonDatafileList = () => { return ( ),