Пример #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
 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');
 }