style for table sort, add more tags after sending
This commit is contained in:
parent
1895089ec9
commit
ada9fa4029
4 changed files with 15 additions and 9 deletions
|
@ -10,7 +10,6 @@
|
|||
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
|
||||
{% block stylesheets %}
|
||||
{{ encore_entry_link_tags('app') }}
|
||||
<link rel="stylesheet" href="{{ asset('js/sort-table/sort-table.css') }}">
|
||||
<link href='{{ asset('js/mapbox/mapbox-gl.css') }}' rel='stylesheet' />
|
||||
<!-- CSS Bootstrap -->
|
||||
<link rel="stylesheet" href="{{ asset('css/bootstrap-icons.css') }}">
|
||||
|
@ -108,7 +107,6 @@
|
|||
{{ encore_entry_script_tags('app') }}
|
||||
<script src="{{ asset('js/bootstrap/bootstrap.bundle.min.js') }}"></script>
|
||||
<script src='{{ asset('js/maplibre/maplibre-gl.js') }}'></script>
|
||||
<script src="{{ asset('js/sort-table/sort-table.js') }}"></script>
|
||||
|
||||
<!-- Script pour le tri automatique des tableaux -->
|
||||
{# <script src="{{ asset('js/bootstrap/Sortable.min.js') }}"></script> #}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue