diff --git a/frontend/src/components/Instructors/configureInstructorsCols.tsx b/frontend/src/components/Instructors/configureInstructorsCols.tsx index 18ac600..7112cde 100644 --- a/frontend/src/components/Instructors/configureInstructorsCols.tsx +++ b/frontend/src/components/Instructors/configureInstructorsCols.tsx @@ -73,6 +73,18 @@ export const loadColumns = async ( editable: hasUpdatePermission, }, + { + field: 'createdAt', + headerName: 'Created At', + flex: 1, + minWidth: 120, + filterable: false, + headerClassName: 'datagrid--header', + cellClassName: 'datagrid--cell', + valueFormatter: ({ value }) => new Date(value).toLocaleString(), + editable: false, + }, + { field: 'courses',