There will be probably more knowledgeable people with respect to dash_table, but if you are looking for a simple table without all the shebangs, then you can consider dbc.Table() or html.Table() that allow you to compose your cells as you want (including a link as img). That’s what I did when I needed it.
Or you can try this approach with Markdown…