Get data behind table row

This seems like a stupid question, but I just can’t figure it out. I have a table with a connected dataset. The user clicks on a row and I want to get the data from the dataset. Note that I don’t want the data from the table, I want ALL the data, even the data not included in the table.

The help located here ( https://www.wix.com/corvid/reference/$w.TableRowEvent.html#rowData ) seems to be fully aware people may want to do this and provides an example of how to do it. But when I try using onCurrentIndexChanged, it never triggers. What would cause this event to trigger? How do I get the data?

Hi Andrew,

When you use the approach from the example, you need to put that code in the page onReady within a dataset.onReady. An alternate way to do it would be to add the event from the dataset property sheet and put your code in the code block that gets added: