예제 #1
0
 public function init()
 {
     $this->_initGridSettings();
     $this->_applyDataProvider();
     $this->_initAutoColumns();
     $this->_configureColumns();
     parent::init();
     $this->_applyGridSettings();
 }