Is it possible to group several column names and use them as the label / title in a select BelongsTo, I don't want to use ID and don't have a 'name' field as such as the table in question is like this:
- Country
- State
- Cost
So the dropdown should be able to allow the user to see those names like:
USA | Washington | $50.00
USA | California | $80.00
USA | Texas | $30.00