Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('sales_order_creditmemos_grid');
     $this->_blockGroup = 'iwd_ordermanager';
     $this->_controller = 'adminhtml_sales_order_archive_creditmemos';
     $this->setDefaultSort('id');
     $this->setDefaultDir('DESC');
     $this->setUseAjax(true);
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setUseAjax(true);
     $this->setId('sales_creditmemo_grid_archive');
 }