Regarding GridView Filter in yii2
问题 I have a table like this with 5 columns. TableName -Column1 -Column2 -Column3 -Column4 -Column5 I had merged them to display them in grid view as single column. Question How can i make filter condition query to search them based on user input.? Eg.User types something as input, it have search from all the 5 columns and return the result based on the search input.(Sorting works fine, please help me with filtering) If someone could helpme it would be great, Thanks. UPDATE: $query-