public function __construct()
 {
     parent::__construct();
     $this->setDefaultSort('final_url_key');
     $this->setDefaultDir('asc');
     $this->setUseAjax(true);
     $this->setSaveParametersInSession(true);
 }
 public function __construct()
 {
     parent::__construct();
     $this->setDefaultSort('symbol');
     $this->setDefaultDir('asc');
     $this->setUseAjax(true);
     $this->setSaveParametersInSession(false);
     $this->setStoreDataInBrowser(true);
 }