예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setUseAjax(true);
     $this->setFilterVisibility(false);
     $this->setPagerVisibility(false);
 }
예제 #2
0
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->setDefaultSort('name');
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setUseAjax(true);
 }
예제 #4
0
파일: Grid.php 프로젝트: Rodrifer/candyclub
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->setTemplate('extendware/ewcore/frontend/widget/grid.phtml');
 }
예제 #5
0
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->setDefaultSort('sent_at', 'desc');
 }
예제 #6
0
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->setDefaultSort('scheduled_at');
     $this->setDefaultDir('DESC');
 }