Using Table as a Scoreboard
I am using Tanstack Table v8 as a scoreboard in a table format.
Each row in my table represents a competitor in the competition with a score column. I am wanting to display a gold, silver, and bronze star next to the rows in 1st, 2nd, and 3rd place.
My table allows for sorting and filtering.
Is there a way for me to place the star in the an additional left-most column? Can I keep the start associated with the correct rows even if a user changes the filtering or sorting values on the table?
Each row in my table represents a competitor in the competition with a score column. I am wanting to display a gold, silver, and bronze star next to the rows in 1st, 2nd, and 3rd place.
My table allows for sorting and filtering.
Is there a way for me to place the star in the an additional left-most column? Can I keep the start associated with the correct rows even if a user changes the filtering or sorting values on the table?