protected function resetFilter()
 {
     $table = new ilDataCollectionRecordListTableGUI($this, "listRecords", $this->table_obj);
     $table->resetOffset();
     $table->resetFilter();
     $this->ctrl->redirect($this, 'listRecords');
     //		$this->listRecords();
 }
 public function resetFilter()
 {
     global $ilCtrl;
     $table = new ilDataCollectionRecordListTableGUI($this, $ilCtrl->getCmd(), $this->table_obj);
     $table->resetFilter();
     $this->listRecords();
 }