mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-08-13 07:01:13 +00:00
Export raw values option
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user