cancel
Showing results for 
Search instead for 
Did you mean: 

Table UI

Former Member
0 Kudos

Hi All,

Is it possible to update values of two or more rows in a particular table at a time.I am able to change the values of one row using lead selection but for updating two or more rows column values it is not possible.Kindly let me know if there is any other way to do it.

Thankx,

Naaz

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use checkboxes to know the rows that need to be updated.Once the checked rows are identifed iterate the loop and update all of them at a time

Regards

Padma N

Answers (2)

Answers (2)

former_member1
Active Participant
0 Kudos

If you are using select and able to change, then use selection type multi.

Get all the selection and change the values accordingly...

Former Member
0 Kudos

>

> Is it possible to update values of two or more rows in a particular table at a time.I am able to change the values of one row using lead selection but for updating two or more rows column values it is not possible.Kindly let me know if there is any other way to do it.

>

Hi Naaz,

How are you changing Values of a row on lead Selection? You must be writing code and changing the values in onAction method right... which would be triggered on the lead selection?

Have you tried manipulating the other node elements (for e.g corresponding to the next row) in the same on Action method?

Not sure you could check it..

Regards,

Anagha