Download Jadwal Salur

This commit is contained in:
Pusdatin BPKD Jkt
2022-08-04 16:04:00 +07:00
parent 009a3e913e
commit d981418604
16 changed files with 372 additions and 79 deletions
+12
View File
@@ -398,3 +398,15 @@ $(window).resize(function(){
$($.fn.dataTable.tables(true)).DataTable().columns.adjust();
}
});
$(document).on("click",".export-data",function(){
let form = $(this).attr("formid");
$("#export-type").remove();
$('<input>').attr({
type: 'hidden',
id: 'export-type',
name: 'export-type',
value: $(this).attr("extype")
}).appendTo("#"+form);
$("#"+form).submit();
})