I have an app that displays a table as per Integrate Plotly Dash Into Your Flask App | by Todd Birchard | Hackers and Slackers.
I have hooked this table up to a database.
Now I want, when a row is clicked to display a single image (the one from the data row) next to some editable display/input fields populated by the data row.
This is on Google cloud and I can display the image on its own. I adapted this: Table of images or thumbnails please ?? · Issue #800 · plotly/dash-table · GitHub, although I couldn’t get the thumbnail in a data table I did get the full size image on its own. But I’m struggling to display it with stuff beside it, in a nice form layout.
This seems like a fairly common use case is there an example I can follow?
Thanks.