128
Views
1
Comments
[Editable Table Reactive Web] Add new row after a specific existing row in editable tables reactive web
editable-table-reactive-web
Reactive icon
Forge asset by Rahul Kumar
Application Type
Reactive

I am currently adding new rows at the start of the table. 

Is it possible to add new row after a specific existing row in editable tables reactive web?  

2021-03-18 21-03-15
Benjith Sam
 
MVP

Hi Shum,

You will observe that the implemented Add Row logic uses the ListInsert client action with Position value 0 to add a new row at the start of the table. 

For your requirement, to add a new row after a specific existing row, you can introduce an input parameter called index, to the AddNewRow screen action and pass it to the ListInsert client action element's Position property.

ListInsert client action inserts an element in a specific position (based on the position property value) of a list.

I hope this helps you!


Kind regards,

Benjith Sam

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.