Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

increment number for each table row

Avatar

Level 1

i need to increment the the number in the line column for each item row of the table(1,2,3...etc.). not all the items are showing, some are excluded based on the item's action($.PurchaseOrder.Item.[ActionCode <> "03"])

table1.JPG

1 Reply

Avatar

Level 10

Add the following script to the index change event of Row1

 

colitem.rawValue = this.index + 1;