make W-L-T column sortable (by wins, then fewest losses)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@
|
||||
<th class="w-12">#</th>
|
||||
<th class="cursor-pointer select-none" data-sort="name">Player</th>
|
||||
<th class="text-right cursor-pointer select-none" data-sort="pts">ITC Points</th>
|
||||
<th class="text-right hidden sm:table-cell">W–L–T</th>
|
||||
<th class="text-right hidden sm:table-cell cursor-pointer select-none" data-sort="wlt">W–L–T</th>
|
||||
<th class="text-right hidden sm:table-cell cursor-pointer select-none" data-sort="wpct">Win %</th>
|
||||
<th class="text-right hidden sm:table-cell cursor-pointer select-none" data-sort="rank">ITC Rank</th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user