Commit 18868771 by ElisDN

Render gridview table footer after table body

parent 672c8287
......@@ -241,8 +241,8 @@ class GridView extends BaseListView
$this->renderCaption(),
$this->renderColumnGroup(),
$this->showHeader ? $this->renderTableHeader() : false,
$this->showFooter ? $this->renderTableFooter() : false,
$this->renderTableBody(),
$this->showFooter ? $this->renderTableFooter() : false,
]);
return Html::tag('table', implode("\n", $content), $this->tableOptions);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment