diff --git a/src/ViewJsonTable.php b/src/ViewJsonTable.php index 3d292da..200c60a 100644 --- a/src/ViewJsonTable.php +++ b/src/ViewJsonTable.php @@ -30,7 +30,7 @@ class ViewJsonTable extends JasonTable //Хук перед выводом ячейки if (isset($this->beforePrintHook)){ $hook = $this->beforePrintHook; - $this->html = $hook(); + $this->html .= $hook(); } $this->html .= "";