34k+
News
Guide
API
Wiki
Forum
Community
Places
Members
Hall of Fame
Badges
More
Learn
Books
Resources
Develop
Download Yii
Extensions
Report an Issue
Report a Security Issue
Contribute to Yii
Donate
About
Release Cycle
License
Team
Official Logos and Design
Login
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()
[...]