Hi Team,
I am creating a adf table in which 1 column needs to be a list of values.In order to achieve this ,in the attribute of the view object ,I have enabled the list of values property.
In list of values of the particular attribute I have attached a static VO which will generate the values of LOV.But when I drag the data control in the jspx page,I only get option to
have the column as a drop down that is message choice but not LOV that is list of value.Could you please provide some inputs how to change the column as LOV ?
P.S : Actually when I drop the data control as a form that time LOV works well but not in case of ADF table.