vanstyn / RapidApp

Turnkey ajaxy webapps
http://rapi.io
Other
48 stars 15 forks source link

Allow local override of 'display_column' for the rel column #78

Open vanstyn opened 10 years ago

vanstyn commented 10 years ago

Allow 'display_column' to be set as a column property on a given single relationship column, overriding 'display_column' of the source the relationship points to

vanstyn commented 10 years ago

Note:

For the purposes of the combo editor, a different column than the display_column can be used like this in the column config for the rel column:

auto_editor_params => {
   displayField => 'some_other_remote_column'
}

However, this will not change the inline value displayed with the link in grids/appdv/etc