fix filter row

This commit is contained in:
Kavalar 2024-10-11 16:31:11 +03:00
parent 02a3e52b7d
commit 5f46431d45

View File

@ -290,6 +290,9 @@ class ListJsonTable extends JasonTable
$this->html .= "<td></td>"; $this->html .= "<td></td>";
} }
} }
if ($this->showActionColumn) {
$this->html .= "<td></td>";
}
$this->html .= "</form></tr>"; $this->html .= "</form></tr>";
} }