fix export CSV
This commit is contained in:
parent
2ea7f7711f
commit
8136d8e0cb
3 changed files with 12 additions and 36 deletions
|
@ -208,33 +208,7 @@
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="table-container">
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">
|
||||
<div class="input-group">
|
||||
<span class="input-group-text">
|
||||
<i class="bi bi-search"></i>
|
||||
</span>
|
||||
<input type="text" id="stats-table-search" class="form-control" placeholder="Filtrer les lieux...">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="d-flex justify-content-end">
|
||||
<div class="btn-group" role="group">
|
||||
<button type="button" class="btn btn-outline-secondary" id="export-selected">
|
||||
<i class="bi bi-download"></i> Exporter sélection
|
||||
</button>
|
||||
<button type="button" class="btn btn-outline-secondary" id="select-all">
|
||||
<i class="bi bi-check-all"></i> Tout sélectionner
|
||||
</button>
|
||||
<button type="button" class="btn btn-outline-secondary" id="deselect-all">
|
||||
<i class="bi bi-x-circle"></i> Désélectionner
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="table_container" class="table-container" >
|
||||
<table id="stats-table" class="table table-bordered table-striped table-hover table-responsive table-sort">
|
||||
{% include 'admin/stats/table-head.html.twig' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue