Membuat kirim surat tender part 2
This commit is contained in:
@@ -32,6 +32,12 @@
|
||||
return data.numbernya;
|
||||
}
|
||||
},
|
||||
nomor_kjpp: {
|
||||
title: 'Nomor KJPP',
|
||||
render: (item, data) => {
|
||||
return `${data.kjpp.code}`
|
||||
}
|
||||
},
|
||||
nama_kjpp: {
|
||||
title: 'Nama KJPP',
|
||||
render: (item, data) => {
|
||||
|
||||
@@ -52,6 +52,14 @@
|
||||
<th class="w-14" data-datatable-column="no">
|
||||
No
|
||||
</th>
|
||||
<th class="min-w-[150px]" data-datatable-column="nomor_kjpp">
|
||||
<span class="sort">
|
||||
<span class="sort-label">
|
||||
Nomor KJPP
|
||||
</span>
|
||||
<span class="sort-icon"> </span>
|
||||
</span>
|
||||
</th>
|
||||
<th class="min-w-[150px]" data-datatable-column="nama_kjpp">
|
||||
<span class="sort">
|
||||
<span class="sort-label">
|
||||
|
||||
Reference in New Issue
Block a user