Handling mouse events in tables

... Chapter 7 of Mastering Shiny talks of creating interactive plots that respond to mouse events; is there any guidance around creating interactive tables that respond to mouse events?

Specifically, I am using the formattable package in my app, and would like my user to interact with content in the last two columns of the table. You know; like click and a dashboard comes up, close the dashboard and you are back at the formattable table, click another cell and the dashboard comes up. The dashboard is done in a module function just waiting for a value from the clicked cell to be passed to it.