name list vhc

This commit is contained in:
Pringgosutono
2025-11-14 13:57:47 +07:00
parent 6927a32214
commit b0e5a76caa

View File

@ -44,6 +44,7 @@
<th class="">#</th> <th class="">#</th>
<th class="text-center">Action</th> <th class="text-center">Action</th>
<th class="">Vehicle</th> <th class="">Vehicle</th>
<th class="">Name</th>
<th class="">Tax Exp</th> <th class="">Tax Exp</th>
{{-- <th class="">Kir Exp</th> --}} {{-- <th class="">Kir Exp</th> --}}
<th class="">Service Start</th> <th class="">Service Start</th>
@ -741,6 +742,7 @@
$(td).attr('data-nopol3', rowData.nopol3); $(td).attr('data-nopol3', rowData.nopol3);
}, },
}, },
{ data: 'name', className: 'text-start text-nowrap', visible: true, orderable: true, searchable: true },
// { // {
// data: 'stnk_img', // data: 'stnk_img',
// className: 'text-start text-nowrap', // className: 'text-start text-nowrap',