public function __construct()
 {
     parent::__construct();
     $this->setId('normalcustomersGrid');
     $this->setDefaultDir('ASC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('manageinteractionsGrid');
     $this->setDefaultDir('ASC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('returningcustomersGrid');
     $this->setDefaultSort('telephone');
     $this->setDefaultDir('ASC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('allcustomersGrid');
     $this->setDefaultSort('total_value');
     $this->setDefaultDir('DESC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
 }