cancel
Showing results for 
Search instead for 
Did you mean: 

Single editable row in Table

Former Member
0 Kudos

Is there a chance to have a single editable row with the WebDynpro table:

- Only the first row should be in edit mode

(input fields), all others not.

- Goal is to enter data in the first row,

all other rows display the content.

Currently I have done it with a popup window, but I like the other option better.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes.

If you use an InputField as cell editor, you can bind its "readOnly" property to a boolean context attribute (in the data source node).

Set the attribute value to "true" for all node elements except the first (index=0).

Another possibility would be to provide a separate input area over the table.

Armin

Former Member
0 Kudos

Excellent idea, though obvious did not cross my mind!

Thanks a lot.

Answers (0)