Search code examples
phpgridviewyii2dataprovider

Multiple Yii2 dataProviders for a single grid view


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


Solution

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