Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->setUseAjax(true);
     $this->setFilterVisibility(false);
     $this->setPagerVisibility(false);
 }
Exemplo n.º 2
0
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->setDefaultSort('name');
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->setUseAjax(true);
 }
Exemplo n.º 4
0
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->setTemplate('extendware/ewcore/frontend/widget/grid.phtml');
 }
Exemplo n.º 5
0
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->setDefaultSort('sent_at', 'desc');
 }
Exemplo n.º 6
0
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->setDefaultSort('scheduled_at');
     $this->setDefaultDir('DESC');
 }