The riders who keep coming back for more
Loading results data...
{{ filteredTally.length }} riders shown
| # | Name {{ sortColumn === 'name' ? (sortDirection === 'asc' ? '↑' : '↓') : '' }} | Count {{ sortColumn === 'count' ? (sortDirection === 'asc' ? '↑' : '↓') : '' }} | Finishes {{ sortColumn === 'finishes' ? (sortDirection === 'asc' ? '↑' : '↓') : '' }} | Best Time {{ sortColumn === 'bestTime' ? (sortDirection === 'asc' ? '↑' : '↓') : '' }} | Years | |
|---|---|---|---|---|---|---|
| {{ rider.overallRank }} | ▶ {{ rider.name }} | {{ rider.count }} | {{ rider.finishes }} | {{ rider.bestTime || '—' }} | {{ rider.years.join(', ') }} | |
| No riders found matching your criteria. | ||||||
Showing {{ ((currentPage - 1) * pageSize) + 1 }} – {{ Math.min(currentPage * pageSize, filteredTally.length) }} of {{ filteredTally.length }} riders