It appears that the column in defaultColumns that is mapped to name contains the links to get to the respective documents.
I would like to use a different column to contain the links. Is this possible with the current version of KeystoneJS?
If not, the syntax could be something like:
MyModel.defaultColumns = 'recordNumber|links|10% assignedTo|10% title createdAt';
With column widths:
MyModel.defaultColumns = 'recordNumber|links|10% assignedTo|10% title createdAt';
With links available in multiple columns:
MyModel.defaultColumns = 'recordNumber|links|10% assignedTo|10% title|links createdAt';