update
parent
9d1988f327
commit
dd33870fb4
|
|
@ -124,6 +124,7 @@ class HomeController extends Controller
|
||||||
'no' => $key+1,
|
'no' => $key+1,
|
||||||
'action' => $action,
|
'action' => $action,
|
||||||
'name' => 'Tabel '.@$row->nomor_tabel.' - '.@$row->name,
|
'name' => 'Tabel '.@$row->nomor_tabel.' - '.@$row->name,
|
||||||
|
'pic' => @$row->pic,
|
||||||
'status' => @$status,
|
'status' => @$status,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -116,6 +116,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th class="text-[10px] border font-bold text-slate-900 text-center tengah align-middle" style="vertical-align: middle!important;" data-field="action">#</th>
|
<th class="text-[10px] border font-bold text-slate-900 text-center tengah align-middle" style="vertical-align: middle!important;" data-field="action">#</th>
|
||||||
<th class="text-[10px] border font-bold text-slate-900 text-center" data-field="name">Dataset</th>
|
<th class="text-[10px] border font-bold text-slate-900 text-center" data-field="name">Dataset</th>
|
||||||
|
<th class="text-[10px] border font-bold text-slate-900 text-center" data-field="pic">PIC</th>
|
||||||
<th class="text-[10px] border font-bold text-slate-900 text-center" data-field="status">Status</th>
|
<th class="text-[10px] border font-bold text-slate-900 text-center" data-field="status">Status</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue