cancel
Showing results for 
Search instead for 
Did you mean: 

Table Row Editing

0 Kudos

Hi guys,

    I have one Sap.ui.table.Table  with Four columns and Five Rows.

       

        Now my requirement is Based on One Column Condition ,i want to edit that complete row, which satisfies that condition.

    Note: The remaining rows should be non-editable.

Accepted Solutions (1)

Accepted Solutions (1)

saivellanki
Active Contributor
0 Kudos

Hi Murali,

Make use of formatter for editable property on text field control.

Will this sample help? JS Bin - Collaborative JavaScript Debugging

In the above sample, a row can be editable only if category column has 'Accessory' value.

Regards,

Sai Vellanki.

Answers (0)