refactor: comment aksi collumn

main-dlh
Regiaaaaaa 2025-11-28 08:51:01 +07:00
parent 0ecbbdeffc
commit 4278a12ce0
1 changed files with 2 additions and 2 deletions

View File

@ -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 }