diff options
-rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 16 |
1 files changed, 16 insertions, 0 deletions
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: { |