-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In the result tables, it is unclear how the rows are currently sorted. Make the columns clickable and rows sortable by clicking on the columns.

Use case:
- User lands on this page. The tables are by default sorted by Ove.
There has to be some small arrow next to Ove or other visual indicator showing that fact. - User clicks on Bon: The rows of that table are then sorted by the bonus points. The sorting indicator is shown now next to Bon and not for Ove anymore.
- User clicks on Bon again: The rows are now sorted by the bonus points, but in reverse order. Repeated clicking on the column heading reverses the sorting (the visual indicator also has to show that). The first click (also after another column has been used) always sorts in descending order.
Sorting should always be based on just one column.
Note. The games have position indicators (#1, #2, etc). These should also be sorted.
Metadata
Metadata
Assignees
Labels
No labels