From b7927bf3c8a3671d1a5986654dcd6e06274ca251 Mon Sep 17 00:00:00 2001 From: stasbilay02 Date: Thu, 19 Dec 2024 16:53:57 +0300 Subject: [PATCH] add action column to filter with submit button --- src/ListJsonTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ListJsonTable.php b/src/ListJsonTable.php index d36d5f9..14f1381 100644 --- a/src/ListJsonTable.php +++ b/src/ListJsonTable.php @@ -291,7 +291,7 @@ class ListJsonTable extends JasonTable } } if ($this->showActionColumn) { - $this->html .= ""; + $this->html .= ""; } $this->html .= ""; }