fix download selection with filters
This commit is contained in:
parent
5566a71692
commit
e4d78745af
|
@ -332,7 +332,7 @@ div>label {
|
||||||
});
|
});
|
||||||
|
|
||||||
document.getElementById("download").addEventListener("click", () => {
|
document.getElementById("download").addEventListener("click", () => {
|
||||||
let download_range = "all";
|
let download_range = "active";
|
||||||
if (table.getSelectedRows().length > 0) {
|
if (table.getSelectedRows().length > 0) {
|
||||||
download_range = "selected";
|
download_range = "selected";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue