Custom button on the left side of the first column to do something

Tags: #<Tag:0x00007f8b1ce96c50>

I am something new in handsontable and I was trying to know how to make a button similar to this one to delete but to do it with angular and with the new version of hansontable (not with 3.0.0 as the example), can you please help me?

the example https://handsontable.com/docs/3.0.0/demo-custom-buttons.html

My idea is that when pressing the button a pop-up window opens, make a query and insert values in column A, this will be done, what I will not do is create the button on the left side of column A as the example to remove the row

Hi @cflorioluis

that example has changed in the newer versions as the logic responsible for making the left-extended side is removed. However, you can still add buttons inside the Handsontable instance with a help of an HTML renderer. Here’s a use of a custom HTMLRenderer in an Angular app https://jsfiddle.net/AMBudnik/sqkd8wmu/