aliasing can now move things around
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
hx-target="#table-panel" hx-swap="innerHTML">
|
||||
<input type="hidden" name="profile" value="{{ page.selection.profile }}">
|
||||
<input type="hidden" name="table" value="{{ page.selection.table }}">
|
||||
<input type="hidden" name="expected_row_version" value="{{ detail.row_version }}">
|
||||
<div class="form-grid">
|
||||
{% for column in detail.columns %}
|
||||
<input type="hidden" name="column_ids" value="{{ column.column_id }}">
|
||||
|
||||
Reference in New Issue
Block a user