Example #1
0
 /**
  * Call initGrid on rendering
  */
 public function render()
 {
     $this->initGrid();
     return parent::render();
 }