@@ -115,7 +115,7 @@ |
||
115 | 115 | new Part(new Tag('input', ['type' => 'submit']), static::SUBMIT_BUTTON_ID, static::CONTROL_ROW_ID), // inherited |
116 | 116 | new Part(new Tag('tbody'), static::TABLE_BODY_ID, static::TABLE_ID), |
117 | 117 | new Part(new Container(), static::LIST_CONTAINER_ID, static::TABLE_BODY_ID), // inherited |
118 | - new Part(new CollectionView(), static::COLLECTION_VIEW_ID, static::LIST_CONTAINER_ID), // inherited |
|
118 | + new Part(new CollectionView(), static::COLLECTION_VIEW_ID, static::LIST_CONTAINER_ID), // inherited |
|
119 | 119 | new RecordView(new Tag('tr')), // inherited |
120 | 120 | new Part(new Tag('tfoot'), static::TABLE_FOOTER_ID, static::TABLE_ID), |
121 | 121 | ]; |