Create different dropdowns for same table column

  • Thread starter Thread starter dhstein
  • Start date Start date
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?
 
Back
Top