Fix table gadai in khazanah not display properly after clicking jenis SAG tab
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user