Show a specific column when referencing another entity
Kiritsu opened this issue · 1 comments
Kiritsu commented
Hello,
I have a One-to-One entity that has the following representation: {Id;Cost;Collaborator;CollaboratorId}
The Id is obviously the foreign key and the Collaborator
is the foreign entity. When adding or editing the entity, I'd like to show the Collaborator.Name rather than the Collaborator.Id. Is it possible?
prabakartemp commented
I would like to get this feature too.. thanks