Issue While Displaying a column from Relation using dot notaiton
I am trying to display name Columng From Organzation Relationship in a Table . when i just use the "oganization_id" attirbute it shows the id of the organization but when i use dot notation to display name attrbute , it does not works. Can anyone help please?
2 Replies
you need to use the relationship name not the _id column. So if your relationship is organization, you TextColumn should be organization.name not organization_id.name