Mengubah tampilan menu master Ijin Usaha

This commit is contained in:
2024-09-18 15:53:15 +07:00
parent 2041b38980
commit 43e6f8d71e
13 changed files with 300 additions and 135 deletions

View File

@@ -35,7 +35,11 @@
<th class="w-14">
<input class="checkbox checkbox-sm" data-datatable-check="true" type="checkbox" />
</th>
<th class="min-w-[250px]" data-datatable-column="nama_ijin_usaha">
<th class="min-w-[250px]" data-datatable-column="code">
<span class="sort"> <span class="sort-label"> Kode Ijin Usaha </span>
<span class="sort-icon"> </span> </span>
</th>
<th class="min-w-[250px]" data-datatable-column="name">
<span class="sort"> <span class="sort-label"> Nama Ijin Usaha </span>
<span class="sort-icon"> </span> </span>
</th>
@@ -114,7 +118,10 @@
return checkbox.outerHTML.trim();
},
},
nama_ijin_usaha: {
code: {
title: 'Kode Ijin Usaha',
},
name: {
title: 'Nama Ijin Usaha',
},
actions: {