fix View Json Table
This commit is contained in:
parent
b374744261
commit
9e7c83b680
@ -30,7 +30,7 @@ class ViewJsonTable extends JasonTable
|
|||||||
//Хук перед выводом ячейки
|
//Хук перед выводом ячейки
|
||||||
if (isset($this->beforePrintHook)){
|
if (isset($this->beforePrintHook)){
|
||||||
$hook = $this->beforePrintHook;
|
$hook = $this->beforePrintHook;
|
||||||
$this->html = $hook();
|
$this->html .= $hook();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->html .= "<table $paramsStr>";
|
$this->html .= "<table $paramsStr>";
|
||||||
|
Loading…
Reference in New Issue
Block a user