Download Jadwal Salur
This commit is contained in:
Vendored
+12
@@ -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();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user