diff --git a/src/ListJsonTable.php b/src/ListJsonTable.php index 176333e..d36d5f9 100644 --- a/src/ListJsonTable.php +++ b/src/ListJsonTable.php @@ -290,6 +290,9 @@ class ListJsonTable extends JasonTable $this->html .= ""; } } + if ($this->showActionColumn) { + $this->html .= ""; + } $this->html .= ""; }