How can i add icons to AgGrid?

Can I display icons or images on Plotly Dash like the image bellow?
image

Hi @DataScientistE and Wellcome to the Community,

You can use special character like emojis, see this link for details:

You need to add this line in your code:

# -*- coding: utf-8 -*-

@DataScientistE
You can also check out the alpha release of the docs for dash-ag-grid. You can use the Markdown component:

1 Like

Thanks Eduardo. But I need to use some icons that are not emojis.

1 Like

Thanks. That is exactly what I needed.