Ejemplo n.º 1
0
 /**
  * Prepare Grid
  *
  * @return $this
  */
 public function prepareGrid()
 {
     parent::prepareGrid();
     $this->getRenderer()->setColumns($this->columns);
 }
Ejemplo n.º 2
0
 /**
  * Create ListGrid Instance
  */
 function __construct()
 {
     parent::__construct();
     $this->prepareGridRenderer();
 }