I need to show [b]the name[/b] (not the ID) of a field that is located outside the relationship "n_n", is it possible?
With my knowledge of SQL could do, or with active record, but with grocery Crud, I'm having a little headache xD
Thanks ....
Attached Images:
A: This is how it looks, shows the ID, not the name ...
B: There you can see the code and the relationship. To show I have put "{id} - {name}" because if I put "{name}, {name}" I get an error that the field name is not found, and this is normal since I'm not including the name of that field in the relationship.
C: The structure of my tables ... what I want to accomplish is to show when creating or editing, the field name is enclosed in green, not the ID circled in red
Excuse my English, I hope you understand my question ..
Greetings and Thanks
