fetch table
This commit is contained in:
@ -15,6 +15,11 @@ class JasonTable
|
|||||||
echo $this->html;
|
echo $this->html;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function fetch(): string
|
||||||
|
{
|
||||||
|
return $this->html;
|
||||||
|
}
|
||||||
|
|
||||||
public function setBeforePrintCell(\Closure $closure): void
|
public function setBeforePrintCell(\Closure $closure): void
|
||||||
{
|
{
|
||||||
$this->beforePrintCell = $closure;
|
$this->beforePrintCell = $closure;
|
||||||
|
Reference in New Issue
Block a user