Question
Bits in Glass
IN
Last activity: 19 Aug 2022 9:25 EDT
How to create a dropdown in table where if one element is slected in one row then it should not shown again in another row
I have a requirement where if one country is selected from a drop down (present in the table cell) then that country should not show in the another row in the drop down.
eg.
Table
countryname | comments | action |
---|---|---|
dropdown values india - selected pakistan USA UK |
**** | **** |
pakistan USA - selected UK |
**** | **** |
pakistan UK |
**** | **** |
kindly help me finding a optimised solution