Implement toggleable table fields

This commit is contained in:
2022-08-09 07:20:30 +01:00
parent 89b38111cd
commit d1076ca2b5
6 changed files with 574 additions and 308 deletions

View File

@@ -3,6 +3,7 @@
{% load joinsep %}
{% include 'partials/notify.html' %}
{% if table %}
<script src="{% static 'js/column-shifter.js' %}"></script>
<div style="display: none" id="jsonData" data-json="{{ data }}">
</div>
@@ -31,11 +32,7 @@
</div>
<script src="{% static 'chart.js' %}"></script>
</div>
<div class="box">
<div class="table-container">
{% include 'ui/drilldown/table_results_partial.html' %}
</div>
</div>
{% include 'ui/drilldown/table_results_partial.html' %}
{% endif %}
{# Update the tags in case the user changed the query #}
{# Check for focus and refocus #}