cancel
Showing results for 
Search instead for 
Did you mean: 

how insert a dropdown in a table?

Former Member
0 Kudos

hi all!

How can insert a dropdown in a table?

I need to select a value in each row of the table

thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please have a look the below thread

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

right click the column in which u want to insert the dropdown .

choose insert cellvaraiant

select tableStandard cell

right click the tablestandard cell and select insert editor

choose dropdown element

in the context create a value attr====cellvar

set the requires properties for dropdown----bind it to the required context attr.

in the properties of tablestandardcell set variantkey === variant1 (any value).

in the column in which u have inserted the variant->navigate to its properties --Setselectedvariant==cellvar

in the wdDoinit() method of the view

wdContext.currentContextElement().setCellVar("variant1");

Regards

Jayapriya

Former Member
0 Kudos

Hi Pablo,

Follow the procedure:

Right click on RootUiElementContainer>Select Apply Template>Select Table Click Next>Select ParentNode Click Next>In the editor property of the Columns which you want to be shown as dropdown-->Chose the Editor DropDownByIndex and Click Finish.

Regards.

Rajat