Really stuck in a problem, I’m using handsontable with angular2. And in handsontable I’m using cell renderes to populate cells and that cell contains an angular component.
But the problem is that cell is not compiling in angular scope
Really stuck in a problem, I’m using handsontable with angular2. And in handsontable I’m using cell renderes to populate cells and that cell contains an angular component.
But the problem is that cell is not compiling in angular scope
You will need to compile the component you want to display in the cell and add the component's html to the cell in a custom renderer. Here's an example:
I haven't had time to test it, so let me know if it works.