Retrieve data from selected table row

Hi,

You will need to use the onRowSelect() event handler to catch the user’s click of a row. From there, you can extract the data you need. See the usage examples in the documentation.

I hope this helps,

Yisrael