public function __construct()
 {
     parent::__construct();
     $this->setId('productGrid');
     $this->setDefaultSort('entity_id');
     $this->setDefaultDir('desc');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
 }
예제 #2
0
파일: Grid.php 프로젝트: rcclaudrey/dev
 public function __construct()
 {
     parent::__construct();
     $this->_exportPageSize = null;
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setRowClickCallback('review.gridRowClick');
     $this->setUseAjax(true);
 }
 public function __construct()
 {
     parent::__construct();
     $this->setRowClickCallback('productquestions.gridRowClick');
     $this->setUseAjax(true);
 }
예제 #5
0
 public function __construct()
 {
     parent::__construct();
 }
예제 #6
0
파일: Grid.php 프로젝트: rcclaudrey/dev
 public function __construct()
 {
     parent::__construct();
     $this->setUseAjax(false);
 }
예제 #7
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('gridqty/widget/grid.phtml');
 }