Jadwal Belanja CHT

This commit is contained in:
Pusdatin BPKD Jkt
2022-07-28 16:34:10 +07:00
parent 919cd46b34
commit 3884b894a7
8 changed files with 369 additions and 11 deletions
@@ -151,8 +151,8 @@
],
"dom": "<\"top\" <\"row\"<\"col-md-6\"l><\"col-md-6 text-right\">>>rt<\"bottom\" <\"row\"<\"col-md-6\"i><\"col-md-6\"p>> ><\"clear\">",
"lengthMenu": [
[ 20, 50, 75, 100 ],
[ "20", "50", "75", "100" ]
[ 50, 75, 100 ],
[ "50", "75", "100" ]
],
"paging": true, // Table pagination
"columns": [
@@ -206,7 +206,6 @@
$("td:eq("+(Jadwalcol+1)+")", nRow).html(separateNumberIndo(real[i]));
total+=parseFloat(sps[i]);
totalReal+=parseFloat(real[i]);
console.log(real[i]);
})
$("td:eq(26)", nRow).html(separateNumberIndo(total));
$("td:eq(27)", nRow).html(separateNumberIndo(totalReal));
@@ -225,7 +224,6 @@
},
"processing": "<div class='loading'></div>",
},
scrollX:true,
fixedColumns: {
left: 2,
},
@@ -294,6 +292,8 @@
},
dataSrc: ["groupall", "kodegrup"]
},
scrollX:true,
scrollY: "350px",
});
});
</script>