For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I have an ADF table with some data. If the user clicks on a cell in the table, I want to do something to the entire row.
However, the event.getSource() method only gives me the column that the user clicked.
How do I find the row using Javascript?