refactor: hide/comment action column

main-dlh
Regiaaaaaa 2025-12-22 12:27:26 +07:00
parent c0952a5817
commit 4f591a787b
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
<th class="w-[10%]">Jumlah Rumah Nasabah</th>
<th class="w-[10%]">Jumlah Bank Sampah</th>
<th class="w-[10%]">Neraca Sampah</th>
<th class="w-[10%]">Aksi</th>
@* <th class="w-[10%]">Aksi</th> *@
</tr>
</thead>
<tbody></tbody>
@ -140,7 +140,7 @@
{ data: 'jumlah_rumah_nasabah' },
{ data: 'jumlah_bank_sampah' },
{ data: 'neraca_sampah' },
{ data: 'aksi' },
@* { data: 'aksi' }, *@
]
});