view custom ceil
This commit is contained in:
@ -118,7 +118,7 @@ class ListJsonTable
|
||||
}
|
||||
foreach ($row as $key => $ceil) {
|
||||
if ($this->issetColumn($key) and $this->is_fillable($key)) {
|
||||
if($this->beforePrintCell) {
|
||||
if($this->beforePrintCell and $ceil) {
|
||||
$ceil = $this->getCustomCeil($key, $ceil);
|
||||
}
|
||||
$this->html .= "<td>" . $ceil . "</td>";
|
||||
|
Reference in New Issue
Block a user