$this->grocery_crud->set_relation('facebook_id', 'users', '{first_name} {last_name} {facebook_id}');
$this->grocery_crud->callback_column('facebook_id', array($this, 'callback_user'));
unfortunately callback_column is not "catching" results at all - any help how to solve that?