From 4e43d3f6d22689b602ed4fff92174cdc44c62032 Mon Sep 17 00:00:00 2001 From: dm5wk Date: Thu, 30 May 2024 20:04:48 +0200 Subject: [PATCH] add easier range selection with shift click --- band-plan.html | 1 + 1 file changed, 1 insertion(+) diff --git a/band-plan.html b/band-plan.html index 99cc5ae..739add0 100644 --- a/band-plan.html +++ b/band-plan.html @@ -233,6 +233,7 @@ div>label { {column: "band", dir: "desc"}, ], selectableRows: true, + selectableRowsRangeMode: "click", data: tdata, autoColumns: "full", downloadEncoder: function(fileContents, mimeType){