Renumbering Item Count In Repeaters

repeater-widget

#1

Hi

I am using a repeater to add rows, each row is numbered as you add them.
These rows can also be removed & I want to then renumber the rows accordingly.

How would I do this?

Here is the link to the test https://42n8uj.axshare.com/#c=2


#2

Hi!

Item.index gives you the current row number. E.g.,

Set text of (widget in repeater row) to [[Item.index]]

You would do this in the Item Loaded event.