add easier range selection with shift click
This commit is contained in:
parent
11a66183f2
commit
4e43d3f6d2
|
@ -233,6 +233,7 @@ div>label {
|
||||||
{column: "band", dir: "desc"},
|
{column: "band", dir: "desc"},
|
||||||
],
|
],
|
||||||
selectableRows: true,
|
selectableRows: true,
|
||||||
|
selectableRowsRangeMode: "click",
|
||||||
data: tdata,
|
data: tdata,
|
||||||
autoColumns: "full",
|
autoColumns: "full",
|
||||||
downloadEncoder: function(fileContents, mimeType){
|
downloadEncoder: function(fileContents, mimeType){
|
||||||
|
|
Loading…
Reference in a new issue