On my index/list view I have a list of records from the database, currently they display the foreign key id, I would like to change this so that it displays the text name column of the reference table.
I can't seem to find any examples on this, am I missing something really simple?