Numerating tables

Question:
I am making a website that has a leaderboard which is a table that is linked to a dataset, the table is also sorted with two dropdowns using filters so it has no code applied on the actual table, I want to add a column that would add row numbers so that you can see who has which place, I saw some simmilar questions, but none of them worked for me, I would really appreciate anyone’s help.

Product:
Wix Editor

What are you trying to achieve:
I want to add row numbers to a sorted table for my site’s leaderboard

What have you already tried:
I have basically tried everything that is related to this topic, none of the thing I tried worked

I don’t have any written code for this specific use case, but sounds like this might require a little bit of code if you want to have a column that has numbers 1 through however many rows.

I’m assuming you want the row numbers to always be the same in chronological order, right?

If so, I think this might require a little code using the table APIs - Table - Velo API Reference - Wix.com

You’d need to get the data, loop through it, adding a column (should it not already be in the table) and row number respectively. Then set the tables data.

Hope it helps :slight_smile: