update add vehicle type filter at report
This commit is contained in:
@ -210,7 +210,7 @@
|
||||
data: 'pool_code',
|
||||
className: 'text-start',
|
||||
},
|
||||
{
|
||||
{
|
||||
data: "crt_d",
|
||||
className: 'text-nowrap',
|
||||
render: (data, type, row, meta) => {
|
||||
@ -218,7 +218,7 @@
|
||||
}
|
||||
},
|
||||
{ data: "speed", className: 'text-end'},
|
||||
{
|
||||
{
|
||||
data: "fulladdress",
|
||||
render: (data, type, row, meta) => {
|
||||
return Helper.shortenText(decodeURIComponent(data || ''), 255)
|
||||
@ -231,9 +231,9 @@
|
||||
extend: 'excelHtml5',
|
||||
title: () => {
|
||||
return `
|
||||
Abnormality Trip Report -
|
||||
${moment($('#tgl0').val(), "DD-MM-YYYY HH:mm").format('DD MMM YYYY HH:mm')}
|
||||
to
|
||||
Abnormality Trip Report -
|
||||
${moment($('#tgl0').val(), "DD-MM-YYYY HH:mm").format('DD MMM YYYY HH:mm')}
|
||||
to
|
||||
${moment($('#tgl1').val(), "DD-MM-YYYY HH:mm").format('DD MMM YYYY HH:mm')}`
|
||||
},
|
||||
className: 'd-none', // hide default button
|
||||
|
||||
Reference in New Issue
Block a user