mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Remove correctly from dxcc table since it's datatable
This commit is contained in:
@@ -2761,6 +2761,8 @@ function saveOptions() {
|
||||
return;
|
||||
}
|
||||
|
||||
let table = $('#dxccCheckTable').DataTable();
|
||||
|
||||
$('#fixSelectedDxccBtn').prop("disabled", true).addClass("running");
|
||||
$('#closeButton').prop("disabled", true);
|
||||
|
||||
@@ -2773,7 +2775,8 @@ function saveOptions() {
|
||||
$('#closeButton').prop("disabled", false);
|
||||
id_list.forEach(function(id) {
|
||||
let row = $("#dxccCheckTable tbody tr#qsoID-" + id);
|
||||
row.remove();
|
||||
table.row(row).remove();
|
||||
table.draw(false);
|
||||
});
|
||||
$('.dxcctablediv').html(data.message);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user