Example #1
0
 function __construct($config = [])
 {
     //  $this->_columns = new ColumnMgr($this);
     parent::__construct($config);
 }
Example #2
0
 protected function renderOptions()
 {
     parent::renderOptions();
     $this->response->columns = $this->_columns->build();
 }