cancel
Showing results for 
Search instead for 
Did you mean: 

Different control in one column in sapui5 table

0 Kudos

  Hi Experts,

I have one table and two columns in that table. In one of the columns we want change column type based on row.

Like in below example 3rd row in value column is drop down but others are input fields.

Please suggest how we can achieve this.

ParameterValue
Param1
Input Field
Param2
Input Field
Param3DropDown

Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

saivellanki
Active Contributor
0 Kudos

Hi Maddy,

Use Factory functions. Will this sample help? Plunker

Regards,

Sai Vellanki.

former_member254395
Active Participant
0 Kudos

hope you can achieve this...

In-order to do that, you may need to loop the model data , which u going to put into the table and need to create each and every row manually. Hope the binding cant help you.