QuickTable: lazy-load view everywhere

This commit is contained in:
Thomas Gelf 2015-07-26 15:37:01 +02:00
parent 22444f2792
commit 666aafc842
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ abstract class QuickTable implements Paginatable
protected function renderTitles($row)
{
$view = $this->view;
$view = $this->view();
$htm = "<thead>\n <tr>\n";
foreach ($row as $title) {