Closed
Description
It would be nice to choose which column should represent a certain class when another points to it.
For instance, I have a Game
class which contains a column player
which is a pointer to User
class. In the rows, a button represents this relationship like so :
It would be more user friendly to have something like this (here I chose username
column) :