瀏覽代碼

data-priority pour la gestion des parties

garthh 3 周之前
父節點
當前提交
a2ec529c75
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      templates/manage/list.html.twig

+ 6 - 6
templates/manage/list.html.twig

@@ -78,12 +78,12 @@
         <table id="datatable" {{ stimulus_controller('datatables') }} class="table is-striped is-hoverable is-fullwidth">
             <thead>
             <tr>
-                <th>Horaire</th>
-                <th>Espace</th>
-                <th>Jeu</th>
-                <th>Meneur(euse)</th>
-                <th>Participant(e)s</th>
-                <th>Action</th>
+                <th  data-priority="1">Horaire</th>
+                <th  data-priority="3">Espace</th>
+                <th  data-priority="1">Jeu</th>
+                <th  data-priority="2">Meneur(euse)</th>
+                <th  data-priority="3">Participant(e)s</th>
+                <th  data-priority="1">Action</th>
             </tr>
             </thead>
             <tbody>