fix apa yang patut
This commit is contained in:
@@ -168,13 +168,17 @@
|
||||
var api_url = "<?php echo $api_url ?>";
|
||||
|
||||
|
||||
var table_gadaian_semasa = $('#table-gadaian-semasa').DataTable({
|
||||
"ordering": false
|
||||
var table_gadaian_semasa = $('#table-gadaian-semasa').DataTable({
|
||||
"ordering": true
|
||||
});
|
||||
var table_gadaian_belum_serah = $('#table-gadaian-belum-serah').DataTable({
|
||||
"ordering": false
|
||||
"ordering": true
|
||||
});
|
||||
|
||||
$(document).ready(function(){
|
||||
$('#norujukan_barcode').focus();
|
||||
})
|
||||
|
||||
//modal
|
||||
$('#marhunModal').on('show.bs.modal', function(event) {
|
||||
var button = $(event.relatedTarget); // button yg trigger
|
||||
|
||||
Reference in New Issue
Block a user