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