Create a column "Ranking"

Hi guys!

image
I would like to add a Custom Column "Rank" based on the data in the column "TVL".
Any tips? Thank you!

Is there a rule by which rank is determined? Such as rank > x then rank level

What is the underlying data source?
If SQL based you could use ROW_OVER()

OR you could us JS and sort by the tvl value followed by map to populate your rank value

Hi @abovethecloud, you should be able to create a "Custom Column" for your table and then set the Value depending on the condition of your tvl. You can reference the tvl data in your Custom Column using {{currentRow}} and then set your condition.