Use getEventContext
function in your event handler to get information about the targeted cell,
such as the corresponding item and column.
This feature can be useful to execute item-specific actions, like selection or opening row details on any mouse or key event.
Hint: Try double-clicking a row or using enter to select a row with the keyboard in this demo.