update table customer

This commit is contained in:
KhatamNugraha
2023-10-05 12:20:40 +07:00
parent 800d8dc293
commit 14e5972731
5 changed files with 51 additions and 38 deletions

View File

@ -6,18 +6,18 @@
<th scope="col">Cabang</th>
<th scope="col">Jenis Rekening</th>
<th scope="col">Saldo</th>
<th scope="col">Produk</th>
{{-- <th scope="col">Produk</th> --}}
<th scope="col">Mata Uang</th>
<th scope="col">Tanggal Jatuh Tempo</th>
{{-- <th scope="col">Tanggal Jatuh Tempo</th> --}}
<th scope="col">Check List</th>
</tr>
</thead>
<tbody id="dataBody">
<tr class="row-none">
<td colspan="10" class="text-center">Tidak Ada Data Yang Ditampilkan</td>
<td colspan="8" class="text-center">Tidak Ada Data Yang Ditampilkan</td>
</tr>
<tr style="display:none" class="loading1">
<td colspan="10" class="text-center">
<td colspan="8" class="text-center">
<div class="spinner-border" role="status">
<span class="visually-hidden">Loading...</span>
</div>