I am trying to limit the selection of drop-down values inside each table row, so that only one combination is possible. e.g.
If product A has 3 combinations of colors(Green, blue, black) and cups(A,B,C) so there shouldn't be any duplication possible between a combination of these three.
Thus, user shouldn't be able to select Product A, Color:Green, Cup:A twice. But can select Product A, Color:Green, Cup:B.
Here is the screenShot
This example is useful but I am unable to do it the right way [Prevent Multiple Selections of Same Value]
Thanks in advance.