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