Galilo Galilo
Galilo Galilo

Reputation: 569

Multiple Yii2 dataProviders for a single grid view

Do any one knows a way to load a yii2 gridview with multiple activeDataProviders?

Upvotes: 1

Views: 775

Answers (1)

Galilo Galilo
Galilo Galilo

Reputation: 569

Used multiple arrays of data, then array_merge($arr1, $arr2,...) and pass the resultant array to an arrayDataProvider.

Upvotes: 1

Related Questions