Compare commits

...

1 Commits

Author SHA1 Message Date
5f46431d45 fix filter row 2024-10-11 16:31:11 +03:00

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>";
} }