====== Grid ====== ===== Erweiterung ===== http://demos.krajee.com/grid#action-column ==== Daten aus mehreren Tabellen anzeigen ==== <code php> // ... more grid configuration here 'columns' => [ // ... more columns configuration here [ 'attribute' => 'city', 'value' => 'city.name' ], [ 'attribute' => 'country', 'value' => 'country.name' ], // ... more stuff here </code> http://www.yiiframework.com/wiki/653/displaying-sorting-and-filtering-model-relations-on-a-gridview/