⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Add other field on join list



David Suwandi
  • profile picture
  • Member

Posted 16 October 2013 - 09:11 AM

Hello,

i want ask about list on grocery.

Now if we want to join table, we can write like this '$crud->set_relation('user_id','users','username');'

 

On the list, we can see Username. but how if we want to call other field on users table on separate field? like full_name.

 

note: i dont want a way like this : '$crud->set_relation('user_id','users','{username} - {last_name} {first_name}');'

 

thanks,

ombapit