diff --git a/src/ListJsonTable.php b/src/ListJsonTable.php index 2f448cd..6d1e0cc 100644 --- a/src/ListJsonTable.php +++ b/src/ListJsonTable.php @@ -69,7 +69,7 @@ class ListJsonTable foreach ($this->data['data'] as $col) { $this->html .= ""; $this->count += 1; - $this->html .= '' . $this->count . ''; + $this->html .= '' . $this->count . ''; foreach ($col as $key => $row) { if ($this->issetColumn($key) and $this->is_fillable($key)) { if ($this->beforePrintCell) {