Esempio n. 1
0
 /**
  * Initialize grid before rendering
  *
  * @return $this
  */
 protected function _prepareGrid()
 {
     $this->_prepareColumns();
     $this->_prepareMassactionBlock();
     parent::_prepareGrid();
     return $this;
 }