['firstName', 'lastName'], 'Company' => ['name']]; public function getListSelect() { if (null === $this->_select) { parent::getListSelect(); $this->_select->where('`' . $this->_tableAlias . '`.`status` = ?', Entity::STATUS_ACTIVE); } return $this->_select; } }