Hi,
I am looking for any advice on the best way to present a table like this in the app.
Basically, I am trying to create a leaderboard that shows all the competitors (player name) and their numbers of points and active streak. So it needs to be a table with 3 columns.
This is how I would like it to be seen.
Player Name | Points | Active Streak |
---|---|---|
Player 1 | 10 | 4 |
Player 2 | 9 | 3 |
Player 3 | 8 | 3 |
Player 4 | 7 | 1 |
Thanks for any advice!