I have a datagrid like this:
Right now “execution start time” and “execution total time” is empty. I would like to add a default value if the field is null, e.g. “No run yet”. Execution start time is an OffsetDateTime and I’m not able to overwrite the getter with a custom string. I do not want to change the entity type.