Compare commits
1 Commits
b374744261
...
0.1.14
Author | SHA1 | Date | |
---|---|---|---|
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>";
|
||||||
|
Reference in New Issue
Block a user