??? Do you mean your DATABASE table looks like that? Or your HTML <table> does?
If you mean the DATABASE table, then are you saying you need to have
Code:
<tr>
<td>Item1</td>
<td><select ...>
<option>Number 1</option>
<option>Number 2</option>
</select>
</td>
<td><select ...>
<option>Description 1</option>
<option>Description 2</option>
</select>
</td>
</tr>
in the HTML output?