SPS Pindah ke custom AKB

This commit is contained in:
Pusdatin BPKD Jkt
2023-01-05 16:22:17 +07:00
parent 0e6cfe7f72
commit 2cfae01c0e
7 changed files with 63 additions and 39 deletions
@@ -21,14 +21,6 @@
<h5 class="card-title"><i class="fa fa-th-list"></i> @php echo $sitesubTitle; @endphp</h5>
</div>
<div class="card-body">
<div class="row">
<div class="col-1">
<div class="form-group">
<label>Tahun</label>
<input class="form-control form-control-sm" id="srcTA" name="ta" value="{{ getTA() }}" readonly>
</div>
</div>
</div>
<table id="dtTableUser" class="table table-striped jambo_table">
<tr>
<thead>
@@ -73,7 +65,7 @@
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
},
data: function (d) {
d.srcTA = $("#srcTA").val()
d.srcTA = null
}
},
"dom": "<\"top\" <\"row\"<\"col-md-6\"l><\"col-md-6 text-right\"f>>>rt<\"bottom\" <\"row\"<\"col-md-6\"i><\"col-md-6\"p>> ><\"clear\">",