export data

This commit is contained in:
2024-02-23 21:57:18 +01:00
parent 3e92c644fd
commit bdcef0911d
6 changed files with 88 additions and 3 deletions

View File

@ -39,6 +39,9 @@
<div class="btn-group mr-2" role="group" aria-label="Toggle show group">
<button id="global_toggleshow" class="btn btn-secondary" type="button">show hidden</button>
</div>
<div class="btn-group mr-2" role="group" aria-label="export">
<button id="export_data_button" class="btn btn-secondary" type="button">export</button>
</div>
</div>
</div>
@ -112,4 +115,5 @@
<script src="{{ url_for('static', filename='popups.js') }}"></script>
<script src="{{ url_for('static', filename='rendergraphs.js') }}"></script>
<script src="{{ url_for('static', filename='list.js') }}"></script>
<script src="{{ url_for('static', filename='csv.js') }}"></script>
<script src="{{ url_for('static', filename='app.js') }}"></script>