Add row number to table

I want to have a table row index added that just has the row number. That number doesn't change no matter what so 1,2,3,4....n regardless of sorting. I dont want to have modified sql, it should just be an appearance setting ideally. Any way of doing that?

@Kevin_Otte Chances are you would have to add a custom column that would iterate over the length of the table and create an array to be added as the value of the custom column. Not so sure about sorting

Hi, you can do it with add new column type of number.

but you can't dynamically as the topic I publiced here, it seem a bug.