Do any one knows a way to load a yii2 gridview with multiple activeDataProviders?
Used multiple arrays of data, then array_merge($arr1, $arr2,...) and pass the resultant array to an arrayDataProvider.