Hello, I have a table that has client listener. When I select a row from a table it triggers the JS code. Now, I'd like to fetch either row ID or a value from a selected row. I have so far put the table as client component and fetched it with var textfield = AdfAgent.AGENT.getElementById('pt1:r1:1:pc1:t2'); . Now I would need a way to find out the ID of the caller row or to manipulate cell from called row.
jDev version 12.2.1.2.
With regards,
Darko