Material ui icon in cell

Tags: #<Tag:0x00007efc6d5cf510>

its possible to use a material ui icon in handsontable cell?
if it is how can i do it

Hi @almeida.tiago1996

Adding a material ui icon should be the same as adding any other HTML element to the cell (I saw that they are using <span>). You just need to consider the height of the cell, as usually it is recommended to specify the image height/width within the CSS styling of the element in the cell.
Here https://jsfiddle.net/7bxjLym9/2/ is an example on how to add icons (by a custom cell renderer) without having those icons in the cell editor.