Search code examples
angulartypescriptangular-materialhandsontable

How to I add a mat-icon or spreadsheet-icon in the Handson table cell?


Is there any way that I can add the mat-icons or the spreadsheet-icons in the handsontable using Angular 8.?


Solution

  • I achieved it by using svg tag for mat-icons and make sure, allowHtml for your column is true.