The code below used to work in “@handsontable-pro/angular”: “^1.0.0-beta3”,
alertContextMenu: any = {
items: {
“remove_row”: {
name: ‘Remove Row’,
callback: (key, options)=>{
this.removeNote(options.start.row);
}
}
When I upgraded to “@handsontable-pro/angular”: “^1.0.0-beta4”, it is not working !!!
When I click the context menu callback is not invoked
Any obvious reasons?
Regards,
Sumathi