Changes
Title
unchanged
Yii2 GridView Sorting and Searching with a Junction Table Column(Many to Many Relationship)
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Junction Table, Yii2, GridView
Content
changed
[...]
return $dataProvider;
}
```
Following is the code for the **ContactsController **
no change just gii generated code
```php
public function actionIndex()[...]