Change Display Value For Foreign Key?
There are two tables,
Inside
Is it possible to NOT show the ID in the table, but instead show the content of
Screenshots for reference below
Backpacks, and AttributesInside
Backpacks there is a column with a foreign key called Core the relation is : Core -> Attributes.idIs it possible to NOT show the ID in the table, but instead show the content of
Attributes.Name?Screenshots for reference below

