/** * @inheritdoc */ public function renderFooterCell() { if ($this->footerVisible) { return parent::renderFooterCell(); } }