Export raw values option

This commit is contained in:
Francesco
2023-10-14 11:21:26 +02:00
parent a8386fcd02
commit 49a81b47e2
2 changed files with 59 additions and 17 deletions

View File

@@ -57,7 +57,14 @@
<option value="csv">CSV</option>
<option value="xlsx">XLSX</option>
</select>
<div class="form-check mt-3">
<input class="form-check-input" type="checkbox"
id="__check_raw"
th:name="raw">
<label class="form-check-label" for="__check_raw">
Export raw values
</label>
</div>
</div>
</div>
<div class="modal-footer">