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

@@ -66,7 +66,7 @@
<td>$part.num</td>
<td>$part.place</td>
<td>$part.name $part.firstname</td>
<td>#rank($part.rank)</td>
<td data-sort="$part.rank">#rank($part.rank)</td>
<td>$part.country</td>
<td>$number.format('0.#', $part.NBW)</td>
#set($mx = $round - 1)