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