From e6bbe66d429447b956c4725d5fea8cbc439146a1 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Thu, 12 Mar 2026 18:06:28 +0100 Subject: [PATCH] feat(frontend) : add actions slot to DataTable component Co-Authored-By: Claude Opus 4.6 --- frontend/components/ui/DataTable.vue | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/frontend/components/ui/DataTable.vue b/frontend/components/ui/DataTable.vue index 5d835a6..a6a041d 100644 --- a/frontend/components/ui/DataTable.vue +++ b/frontend/components/ui/DataTable.vue @@ -10,7 +10,7 @@ > {{ col.label }} - + Actions @@ -32,18 +32,22 @@ {{ item[col.key] }} - - + +
+ + +
{{ emptyMessage }}