I have a ReferenceField as follows:
<ReferenceField label="User" source="user_id" reference="users">
<TextField source="name" />
</ReferenceField>
It works nice but the problem is sometimes user_id might be null and that causes the loading bar to be displayed indefinetely. Is there any way that if the value of the reference field is null to display an alternative text or similar?