feat: createdBy & lastModifiedBy

This commit is contained in:
mertmit
2024-01-06 08:47:47 +00:00
parent 32b9346a49
commit 97b956f4ee
40 changed files with 758 additions and 94 deletions

View File

@@ -65,6 +65,9 @@ const renderIcon = (column: ColumnType, relationColumn?: ColumnType) => {
case UITypes.CreatedTime:
case UITypes.LastModifiedTime:
return { icon: iconMap.datetime, color: 'text-grey' }
case UITypes.CreatedBy:
case UITypes.LastModifiedBy:
return { icon: iconMap.account, color: 'text-grey' }
}
return { icon: iconMap.generic, color: 'text-grey' }