is there a way to have a drop-down list display 2 columns?
2 column drop down
Collapse
X
-
Hi there,
If you're using the HTML <select> element, then the answer is a plain and simple "no".
However, you could create the effect of a two-column drop-down list using some CSS and a table, and then add a scrollbar to the table using overflow:scroll on a containing <div>, to create the effect of a dropdown.
Hope this helps.
codegeckoComment
Comment