cancel
Showing results for 
Search instead for 
Did you mean: 

Table row editable/non-editable

tennisfanvenkat
Participant
0 Kudos

Hi All,

The view has a table in output.

How to make a table row editable/non-editable based on value in a column?

Thanks,

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

nishantbansal91
Active Contributor
0 Kudos

Dear Venkat,

You have multiple option to make row editable.

1. Create one attribute and change the value to true or false but in your case you already have table..

Pease refer the below link for your reference.

Thanks and Regards,

Nishant

tennisfanvenkat
Participant
0 Kudos

Getting dump - Lead selection not set.

nishantbansal91
Active Contributor
0 Kudos

Dear Venkat,

While creating the node u have selected the lead selected property to checked.

for this you have to set the default lead selection by calling the if_Wd_context_Element set lead selection.

Thanks
Nishant

Answers (1)

Answers (1)

tennisfanvenkat
Participant
0 Kudos

Hi Nishant,

How to select a row - the document had a column CARRID as non-editable,.

Thanks,

Venkat

Gowtham
Contributor
0 Kudos

Hi Venkat,

Create the attribute with the type WDY_BOOLEAN in the same table node and bind it with all editable field's read only property in the table.

Now when you passing the values pass ' ' to that variable to disable the row & 'X' to enable the entire row.

- Gowtham