crudkit
crudkit copied to clipboard
Need to show option values
I want to show option values to be selected in HTML select element. How can I add this to a column? What I want is showed below:
<select name="options">
<option value="1">Value 1</option>
<option value="2">Value 2</option>
</select>