Hi All,
Can I bind dropdown tag in a table row cell?
Please suggest what to bind as current row variable(there is no option)
Hi Preeti Zade,
Could you please provide more details on your requirement? If you have an .oml file to share, that would be very helpful for better understanding.
Hi,
It's possible.
You need to pass the currentRowNumber into the Onchange handler, then assign the value(s).
For example, myTable[index]. attribute = selectedOption.current
Cheers,
Nam