update
parent
51576f45eb
commit
f4ba3bf814
|
|
@ -65,7 +65,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="overflow-x-auto p-8">
|
<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-search="true"
|
||||||
data-toggle="table"
|
data-toggle="table"
|
||||||
data-pagination="true"
|
data-pagination="true"
|
||||||
|
|
@ -79,9 +79,9 @@
|
||||||
id="grid-data">
|
id="grid-data">
|
||||||
<thead class="bg-slate-50/50 border-b border-slate-100">
|
<thead class="bg-slate-50/50 border-b border-slate-100">
|
||||||
<tr>
|
<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 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 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="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-field="dataset">Dataset</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody></tbody>
|
<tbody></tbody>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue