add update

This commit is contained in:
AmirHossein Mahmoodi
2025-09-03 11:04:05 +03:30
parent 545e9de8ea
commit e6e2aa3b55
4 changed files with 32 additions and 2 deletions

View File

@@ -102,6 +102,16 @@ const ControlList = () => {
);
},
},
{
accessorFn: (row) => row.start_time ? moment(row.start_time).locale("fa").format("HH:mm | yyyy/MM/DD") : null,
header: "تاریخ خروج",
id: "start_time",
enableColumnFilter: true,
datatype: "date",
filterMode: "between",
grow: false,
size: 100,
},
],
[]
);