$crud->set_relation('contactID','contacts', 'firstName');
I'm associating each property in the database with an owner from the "contacts" table.
The thing is, it shows only the first name of the contact/owner, I wanna show both his first and last name.
Is that possible?
EDIT: I found the answer, I really should search more before posting. Apologies.