Hi experts,
I have drop down in one column of a table.In each row i want to populate different values to the drop down.But since i have binded the drop down with a single node, so all the drop down gets same values.
for example. row1 i want to populate drop doen with value say A,B,C and in row2 i want to populate drop doen with value say D,E,F. But i am getting the values in both drop downs as A,B,C,D,E,F.
The values are coming from backend as a arraylist.
Please help.
Regards
Narendra