How to get current column value of selected RichTable row from iterator in ADF
In ADF, we often have to retrieve a column value from a table selected row from outside this table. If this table iterator is available on the current page, you can use the following function to get this value. View the code on Gist.
How to get current column value of selected RichTable row from iterator in ADF Read More »