François Drouhard 2 жил өмнө
parent
commit
4538bc81b0

+ 2 - 0
assets/app.js

@@ -16,6 +16,8 @@ import 'bootstrap-star-rating/themes/krajee-fa/theme.css';
 import './js/suivifilms2';
 import './js/addCollectionWidget';
 import './js/filtre';
+import 'bootstrap-table/dist/bootstrap-table.js'
+import 'bootstrap-table/dist/bootstrap-table.min.css'
 
 jQuery(function() {
     $('.add-another-collection-widget').addCollection();

+ 1 - 0
package.json

@@ -6,6 +6,7 @@
         "@symfony/webpack-encore": "^2.1.0",
         "bootstrap": "^5.1.3",
         "bootstrap-star-rating": "^4.1.2",
+        "bootstrap-table": "^1.20.2",
         "core-js": "^3.0.0",
         "font-awesome": "^4.7.0",
         "jquery": "^3.6.0",

+ 11 - 7
templates/videotheque/liste_tableaux.html.twig

@@ -30,7 +30,11 @@
 		</p>
 	</div>
 	<div class="row">
-		<table class="table table-bordered table-hover table-sm align-middle">
+		<table
+			class="table table-bordered table-hover table-sm align-middle"
+			data-toggle="table"
+			data-pagination="false"
+		>
 			<thead class="">
 				<tr>
 					{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
@@ -38,12 +42,12 @@
 						<th style="width:1em;"></th>
 						<th>Ajouté par</th>
 					{% endif %}
-					<th>Titre</th>
-					<th>Genre</th>
-					<th>Réalisateur</th>
-					<th style="width:5em;">Note</th>
-					<th style="width:5em;">Année</th>
-					<th style="width:6em;">Sortie</th>
+					<th data-sortable="true">Titre</th>
+					<th data-sortable="true">Genre</th>
+					<th data-sortable="true">Réalisateur</th>
+					<th data-sortable="true" style="width:5em;">Note</th>
+					<th data-sortable="true" style="width:5em;">Année</th>
+					<th data-sortable="true" style="width:6em;">Sortie</th>
 				</tr>
 			</thead>
 			<tbody id="tableFilms">

+ 5 - 0
yarn.lock

@@ -1726,6 +1726,11 @@ bootstrap-star-rating@^4.1.2:
   dependencies:
     opencollective-postinstall "^2.0.2"
 
+bootstrap-table@^1.20.2:
+  version "1.20.2"
+  resolved "https://registry.yarnpkg.com/bootstrap-table/-/bootstrap-table-1.20.2.tgz#187fcd1812fa3422f964e3b32e3fc3d266108a83"
+  integrity sha512-6j9zfjjK6VZyJj8KsH+LnGczqglmMvMctGAoEAKDvrQ92ExQbA3mHGYPQr9iPrzoyeGL8+6Dyx6LqJbWmWmBoA==
+
 bootstrap@^5.1.3:
   version "5.1.3"
   resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.1.3.tgz#ba081b0c130f810fa70900acbc1c6d3c28fa8f34"