Dashboard - get value from table on user click

mbhakta
New Contributor II

I'm building a dashboard via Python notebook and trying to allow the end user to click a value on a table, and use the selected value in another query / panel. This somewhat works using widget dropdowns for a user to select which value, but I'd really like to make the user experience nicer!

Is it possible to get a row or value from a table on user click?