Skip to Main Content

Java Development Tools

Announcement

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!

How to select a table row on click using javascript?

1013043Jun 12 2013 — edited Jun 12 2013

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?

This post has been answered by Avi on Jun 12 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 10 2013
Added on Jun 12 2013
1 comment
311 views