What columnar data in scope for Click-cell event?

I'm trying to set the state of a variable based upon the user clicking on a particular cell. In a different post I read that relevant data are available in the myTable.selectedCell field, but my investigations indicate that the values of both the selectedCell and _selectedCell fields are null. When I look at the entire myTable object, I cannot find anything that provides any indication of the column in which the user clicked. Am I missing something?

Hi there @Peter_Knipp,

You need to enable the "Cell Selection" option within your table settings:

image

and you get:

image

1 Like

Thanks!

1 Like