refactor: comment aksi collumn
parent
0ecbbdeffc
commit
4278a12ce0
|
|
@ -37,7 +37,7 @@
|
|||
<th class="w-[10%]">Nama Pemilik</th>
|
||||
<th class="w-[10%]">ID Bangunan</th>
|
||||
<th class="w-[10%]">Potensi</th>
|
||||
<th class="w-[5%]">Aksi</th>
|
||||
@* <th class="w-[5%]">Aksi</th> *@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
{ data: 'pemilik_rumah' },
|
||||
{ data: 'id_bangunan' },
|
||||
{ data: 'potensi' },
|
||||
{ data: 'aksi' },
|
||||
@* { data: 'aksi' }, *@
|
||||
],
|
||||
"columnDefs": [
|
||||
{ "className": "whitespace-normal", "targets": 3 }
|
||||
|
|
|
|||
Loading…
Reference in New Issue