Merged in afiqhamzah/fix/table-gadai-in-khazanah-not-display-properly-after-clicking-jenis-SAG-tab (pull request #86)

Fix table gadai in khazanah not display properly after clicking jenis SAG tab
This commit is contained in:
Afiq Hamzah
2024-01-10 02:08:24 +00:00
@@ -1489,6 +1489,15 @@ $.each(data,function(index,gadai_detail){
console.log(xhRequest);
}
});
});
document.addEventListener('DOMContentLoaded', function(){
$('a[data-toggle="tab"]').on('shown.bs.tab', function(e){
$($.fn.dataTable.tables(true)).DataTable()
.columns.adjust();
});
});
</script>
@endsection