bps-rw/Views/ProfilRw/_TabIndexKebutuhanSarpras.c...

21 lines
711 B
Plaintext

<div class="flex w-full flex-col items-end p-4">
<a href="@Url.Action("CreateKebutuhanSarpras", "ProfilRw")" class="btn btn-primary w-32 rounded-full text-white">
<span class="icon icon-fill me-2">add</span>
Tambah
</a>
</div>
<div class="overflow-x-auto">
<table class="table-zebra table w-full text-sm" id="tableKebutuhanSarpras">
<thead>
<tr>
<th class="w-[5%]">No</th>
<th class="w-[30%]">RT</th>
<th class="w-[25%]">Tanggal</th>
<th class="w-[25%]">Jumlah Unit</th>
<th class="w-[15%]">Aksi</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>