-
-
Notifications
You must be signed in to change notification settings - Fork 73
DataTable cell image display? #383
Comments
Is there any update on when this feature might be available? |
Any news about this? Interested on displaying a local image in a cell of datatable :) |
We need this feature as well please. Increasingly dashboard tables are expected to have icons and image thumbnails in their cells. |
Any updates on this? It is a great use case. |
It would be very nice to have this |
I don't know if this is what you are looking for but I managed to put the images in a table (bootstrap component) through a workaround.
At this point I put them in a column of a pandas dataframe in the layout.
P.S.
|
This is supported via markdown #606 - to be included in dash 1.8 (due out this week) |
hi Can anyone help me here ? I am totally stuck. Trying to embedd image from link into dash table cell. Following is the code snippet.
@app.callback( |
it shows object Object in artist_image column of dash data table instead of image. please suggest what should I do or am I missing something ? |
many thanks |
How to show the picture in DataTable's cell?
I try to use html.Img that get is a blank table.
The text was updated successfully, but these errors were encountered: