From 4cabd6b7e29153789ecf90898ce08ed2148bf632 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 17 Mar 2025 13:30:47 -0500 Subject: Add UI for bulk edit of data. --- uploader/templates/phenotypes/view-dataset.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index 1fe05d8..10fd428 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -140,6 +140,22 @@ className: "btn btn-info", titleAttr: "Click to deselect ANY selected record(s) in the table." }, + { + text: "Bulk Edit (Download Data)", + action: (event, dt, node, config) => { + alert("Not implemented yet!"); + }, + className: "btn btn-info", + titleAttr: "Click to download data for editing." + }, + { + text: "Bulk Edit (Upload Data)", + action: (event, dt, node, config) => { + alert("Not implemented yet!") + }, + className: "btn btn-info", + titleAttr: "Click to upload edited data you got by clicking the `Bulk Edit (Download Data)` button." + } ] }, top1Start: { -- cgit 1.4.1