fix view json table
This commit is contained in:
parent
1bd82eb40b
commit
d98ddded07
@ -13,7 +13,7 @@ class ViewJsonTable extends JasonTable
|
||||
private array $dataJson;
|
||||
public function __construct($json)
|
||||
{
|
||||
$this->beforePrintCell = false;
|
||||
$this->beforePrintCell = [];
|
||||
$this->json = $json;
|
||||
$this->data = json_decode($this->json, true);
|
||||
$this->dataJson = $this->data['data'];
|
||||
|
Loading…
Reference in New Issue
Block a user