Mengubah tampilan menu master Ijin Usaha
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user