From 9e7c83b680301497d15223a320e665279f9c2555 Mon Sep 17 00:00:00 2001 From: stasbilay02 Date: Wed, 7 Aug 2024 14:31:07 +0300 Subject: [PATCH] fix View Json Table --- src/ViewJsonTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= "";