Link to home
Start Free TrialLog in
Avatar of dshrenik
dshrenikFlag for United States of America

asked on

Call function when a table row is clicked

Please let me know how I can call a function when a row in a table is clicked. The function must be passed an object as a parameter.

I have an array of objects objArray. If the user clicks the second row in the table, I must pass objArray[1] as a parameter to the function.

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of haloexpertsexchange
haloexpertsexchange
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial