Dropdown with two columns

0
Hello everyone! I am very new to Mendix but I am working in a financial app. One of the features I am trying to build is a dropdown that will show two columns and display two different attributes when clicked on. This will have like a code number and the name of a program(Ex. 12345 – Program Name). How can I build this? Any tips? Thanks!!
asked
2 answers
2

You can use custome dropdown widget from marketplace which allow you to select two attributes to display.

Image

answered
2

use custom dropdown

 

https://marketplace.mendix.com/link/component/117326

 

or Customizable dropdown

 

https://marketplace.mendix.com/link/component/203058

 

or

 

https://marketplace.mendix.com/link/component/112261

answered