add easier range selection with shift click

This commit is contained in:
Wolfgang 2024-05-30 20:04:48 +02:00
parent 11a66183f2
commit 4e43d3f6d2

View file

@ -233,6 +233,7 @@ div>label {
{column: "band", dir: "desc"},
],
selectableRows: true,
selectableRowsRangeMode: "click",
data: tdata,
autoColumns: "full",
downloadEncoder: function(fileContents, mimeType){