main
Ilham Wara Nugroho 2026-02-20 14:36:41 +07:00
parent 51576f45eb
commit f4ba3bf814
1 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@
</div>
<div class="overflow-x-auto p-8">
<table class="w-full text-left border-collapse"
<table class="w-full border text-left border-collapse"
data-search="true"
data-toggle="table"
data-pagination="true"
@ -79,9 +79,9 @@
id="grid-data">
<thead class="bg-slate-50/50 border-b border-slate-100">
<tr>
<th class="px-6 py-4 text-[10px] font-bold text-slate-400 uppercase tracking-widest" data-width="10" data-field="no">No</th>
<th class="px-6 py-4 text-[10px] font-bold text-slate-400 uppercase tracking-widest" data-field="name">Instansi</th>
<th class="px-6 py-4 text-[10px] font-bold text-slate-400 uppercase tracking-widest" data-field="dataset">Dataset</th>
<th class="px-6 border py-4 text-[10px] font-bold text-slate-400 uppercase tracking-widest" data-width="10" data-field="no">No</th>
<th class="px-6 border py-4 text-[10px] font-bold text-slate-400 uppercase tracking-widest" data-field="name">Instansi</th>
<th class="px-6 border py-4 text-[10px] font-bold text-slate-400 uppercase tracking-widest" data-field="dataset">Dataset</th>
</tr>
</thead>
<tbody></tbody>