mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Column action menu for sort/faceting, refs #981
This commit is contained in:
parent
5b8b8ae597
commit
ae1f7c3870
4 changed files with 121 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
{% block extra_head %}
|
||||
{{ super() }}
|
||||
<script src="{{ base_url }}-/static/table.js" defer></script>
|
||||
<style>
|
||||
@media only screen and (max-width: 576px) {
|
||||
{% for column in display_columns %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue