add new page konfirmasi bank

This commit is contained in:
KhatamNugraha
2023-08-02 14:09:40 +07:00
parent 61185134b5
commit 2ec52d344f
7 changed files with 471 additions and 7 deletions

View File

@ -0,0 +1,29 @@
<table class="table table-striped " id="table4">
<thead>
<tr>
<th scope="col">No</th>
<th scope="col">Rekening</th>
<th scope="col">Cabang</th>
<th scope="col">Jenis Rekening</th>
<th scope="col">Saldo</th>
<th scope="col">Produk</th>
<th scope="col">Mata Uang</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>
</tr>
<tr style="display:none" class="loading1">
<td colspan="10" class="text-center">
<div class="spinner-border" role="status">
<span class="visually-hidden">Loading...</span>
</div>
</td>
</tr>
</tbody>
</table>