add action column to filter with submit button

This commit is contained in:
Билай Станислав 2024-12-19 16:53:57 +03:00
parent 5effacf12f
commit b7927bf3c8

View File

@ -291,7 +291,7 @@ class ListJsonTable extends JasonTable
} }
} }
if ($this->showActionColumn) { if ($this->showActionColumn) {
$this->html .= "<td></td>"; $this->html .= "<td><input class='btn btn-primary' type='submit' style='width: 150px' value='Применить'></td>";
} }
$this->html .= "</form></tr>"; $this->html .= "</form></tr>";
} }