Yii2 GridView Sorting and Searching with a Junction Table Column(Many to Many Relationship)

Comparing #4 with #5

Content

[...]
return $dataProvider;
}

```
Following is the code for the **ContactsController
 ** no change just gii generated code



```php
public function actionIndex()
[...]