I have a table in dash, for displaying some tabular data created from pandas datafame. And I want the user to able to click on the table row and some action occurs (More details about that row). How do I do that?
I’ve found html.Tr emits click event, but how do I know which row has been clicked? It seems a thing to ask from dashboard library, but I’m unable to figure out how to do it.
There isn’t a good solution for this right now. Ultimately, we need a better Dash Table component that can emit these types of events (row and column coordinates) as you hover, click, or edit table cells. I’ll keep this post updated as this functionality becomes available.