30 lines
838 B
PHP
30 lines
838 B
PHP
<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>
|