This commit is contained in:
Dwi Swandhana
2026-01-20 04:45:24 +07:00
parent c7d542522e
commit 6b79efb025
3 changed files with 3 additions and 3 deletions
@@ -3481,7 +3481,7 @@
data: 'interpretation',
render: function (data, type, full) {
let options = ['','S','I','R'];
let options = ['','S','I','R','Invalid','No Result', 'Error'];
let html = `<select class="form-control form-control-sm"
onchange="updateInterpretation(${full.id}, this.value)">`;
+1 -1
View File
@@ -3537,7 +3537,7 @@
data: 'interpretation',
render: function (data, type, full) {
let options = ['','S','I','R'];
let options = ['','S','I','R','Invalid','No Result', 'Error'];
let html = `<select class="form-control form-control-sm"
onchange="updateInterpretation(${full.id}, this.value)">`;
@@ -3537,7 +3537,7 @@
data: 'interpretation',
render: function (data, type, full) {
let options = ['','S','I','R'];
let options = ['','S','I','R','Invalid','No Result', 'Error'];
let html = `<select class="form-control form-control-sm"
onchange="updateInterpretation(${full.id}, this.value)">`;