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