$query, ]); $this->load($params); if (!$this->validate()) { // uncomment the following line if you do not want to return any records when validation fails // $query->where('0=1'); return $dataProvider; } // grid filtering conditions $query->andFilterWhere([ 'id' => $this->id, 'hospital_import_id' => $this->hospital_import_id, 'test_qty' => $this->test_qty, 'pat_orderitemid' => $this->pat_orderitemid, ]); $query->andFilterWhere(['like', 'req_no', $this->req_no]) ->andFilterWhere(['like', 'test_code', $this->test_code]) ->andFilterWhere(['like', 'test_name', $this->test_name]) ->andFilterWhere(['like', 'cdg_code', $this->cdg_code]) ->andFilterWhere(['like', 'test_costunit', $this->test_costunit]); return $dataProvider; } }