mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Select option for removing filters
This commit is contained in:
parent
22b91dd95b
commit
ef3eacf622
4 changed files with 44 additions and 21 deletions
|
|
@ -34,6 +34,7 @@
|
|||
<div class="filter-row">
|
||||
<div class="select-wrapper">
|
||||
<select name="_filter_column_{{ loop.index }}">
|
||||
<option value="">- remove filter -</option>
|
||||
{% for c in display_columns %}
|
||||
{% if c != 'rowid' %}
|
||||
<option{% if c == column %} selected{% endif %}>{{ c }}</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue