Persistent table sort on registration page

This commit is contained in:
Claude Brisson
2024-01-20 10:27:00 +01:00
parent 3c9e1683f7
commit d0ff355c11
8 changed files with 45 additions and 16 deletions

View File

@@ -18,8 +18,9 @@
<th>Country</th>
<th>Club</th>
<th>Rank</th>
<th>Rating</th>
<th>Participation</th>
## TableSort bug which inverts specified sort...
<th data-sort-default="1" aria-sort="ascending">Rating</th>
<th data-sort-method="none">Participation</th>
</thead>
<tbody>
#foreach($part in $parts)