mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Added '- pick a column -' as first option
This commit is contained in:
parent
0071b5d6f5
commit
82c20ea36e
2 changed files with 12 additions and 11 deletions
|
|
@ -49,6 +49,7 @@
|
|||
{% endfor %}
|
||||
<p>
|
||||
<select name="_filter_column" style="font-size: 20px">
|
||||
<option value="">- pick a column -</option>
|
||||
{% for column in display_columns %}
|
||||
{% if column != 'rowid' %}
|
||||
<option>{{ column }}</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue