public function hasContent()
 {
     if (!$this->_getRow()->text) {
         return false;
     }
     return parent::hasContent();
 }
 public function hasContent()
 {
     if ($this->getPagingCount() > 0) {
         return true;
     }
     return parent::hasContent();
 }