CheckListHeader lista javítva
This commit is contained in:
@@ -66,19 +66,19 @@
|
||||
}
|
||||
|
||||
},
|
||||
{ data: "documentNumber",
|
||||
render: function (data, type, row) {
|
||||
if (!data) return '';
|
||||
if (type === 'display' || type === 'filter') {
|
||||
return dayjs(data).format('YYYY.MM.DD');
|
||||
}
|
||||
return data;
|
||||
}
|
||||
{ data: "documentNumber"},
|
||||
{ data: "dateExecution",
|
||||
render: function (data, type, row) {
|
||||
if (!data) return '';
|
||||
if (type === 'display' || type === 'filter') {
|
||||
return dayjs(data).format('YYYY.MM.DD');
|
||||
}
|
||||
return data;
|
||||
}
|
||||
},
|
||||
{ data: "dateExecution" },
|
||||
{ data: "shortName" },
|
||||
{ data: "description" },
|
||||
{ data: "user.userName" },
|
||||
{ data: "userDTO.userName" },
|
||||
{ data: null, render: function (data, type, row) {
|
||||
return renderActionButtons(row.id);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user