Hi!
I want to add smart column with row index.
It means that when I do a filter on the table, the numbering of the rows is recalculated.
Example: I have a table:
1. Apple
2. Banana
3. Cherry
After filtering, we have only 1 and 3 lines left. In this case table should look like:
1. Apple
2. Cherry
Could you tell me how to do this, please?
Most helpful comment