Fix table gadai in khazanah not display properly after clicking jenis SAG tab

This commit is contained in:
Afiq Hamzah
2024-01-10 10:07:28 +08:00
parent fbbb38a321
commit c16e5d88a3
@@ -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