Hi.
First of all, I really >Love< Grocerycrud. Congratulations, it us wonderful.
I have a doubt about showing some values from a "far away table", hehe. I did a image to help understand my goal:
I have four tables. The AccessToken table has its list on Grocery Crud. Then I have "subscriberdevice", "subscriber" and "device" tables, because subscriber and device are n to n relationship.
What i want is display (on accesstoken list) the "name" field of the subscriber table and the "uuid" field of the device table. But accesstoken has just the subscriberdevice foreign key.
But i want it displayed ONLY on list. In "add" or "edit" it should shown the normal relation 1 to 1 to subscriberdevice table.
Any help is much appreciated.
Thank you.
Pedro Paulo Almeida
Brazil