QuickTable: lazy-load view everywhere
This commit is contained in:
parent
22444f2792
commit
666aafc842
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue