/**
  */
 protected function getTable()
 {
     $this->table->setColumns($this->getColumns());
     $this->table->setRows($this->getRows());
     $this->table->setTitle($this->getName());
     $this->table->setDescription($this->getDescription());
     return $this->table;
 }