Ejemplo n.º 1
0
 /**
  *  Override to handle spanning of row.  Used primarily by matrix reports to render a grid
  */
 public function renderFooterCell()
 {
     if (isset($this->footer)) {
         return parent::renderFooterCell();
     }
     return null;
 }