Html contents in cells showing tag itself in UI

Tags: #<Tag:0x00007f8b1db58dd0>

Please explain how to use renderer html for columns.

I tried as below inside initializing hot table, but it is showing the html tags also
columns: [{
data: ‘name’,
renderer: ‘html’
}, {
data: ‘project’,
renderer: ‘html’
}, {
data: ‘stars’,
renderer: ‘html’
}],

My concern is renderer html is not working for me.

Working with handson version 11.1 , and using Angular 13

Hi @vipina.surendran

Can you please show how does your data object looks like? From the code you sent it looks generally correct.