Create different dropdowns for same table column

D

dhstein

Here is the situation:

I want to provide information to the user as a table. So the table has 3
columns. When the table is displayed all items are shown in column 1.
Column 2 Shows the quantity of that item that was expected. Column 3 is the
actual quantity and should have a dropdown with all of the integers from 0 to
the expected quantity (inclusive). Currently, I have only been able to
populate all dropdowns with the same choices, the numbers from 0 to the
maximum expected quantity. Is it possible for the dropdown in this table to
have different available choices based on what the expected quantity is, and
if so, how is this possible?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top