Is it possible to have HTML as values of go.Table?

Hello

I would like to have custom html as values in a go.Table.
For example a value as

<span id='identifier' myprop='abc' class='good'>123</span>

Now Plotly strips out all html tags and keep only “123” in the table cell and my original value is stored in “data-unformatted” property of the parent. But this is not useful for my scope.

Thanks

Br

Diego