Button event is not working in different versions of chrome

Tags: #<Tag:0x00007efc65625760>

I have a button in DOM table. It is working for few versions of Chrome.
When I click on button, Event is not triggering and nothing is happening and no error is showing on the console also. In some version of chrome this button is working. It is also not working in Firefox.

Please let me know how to fix it. I am not able to trace the issue.

Hi @mrinalssharma736

the button is inside the table (in a cell) or it relates to any Handsontable methods?

It would be helpful if you could share a demo or the button code.

HI @aleksandra_budnik , i added a button in a cell and i wanted to call a function on button click but it is not working.I am using angular 4. I asked this question in stackoverflow. Can you please help? link are specified below

I am not an expert in Angular and will have to ask our developer for help, but I already saw that someone left an answer. It seems like the Angular itself is an issue. It looks like the guy under that statement is an Angular PRO (viewing his profile)

ok.i created a custom renderer in angular 5 HandsonsonTable wrapper but i can not find a way to register it.There is no “registerRenderer” method .So an error is shown in console like “No registered renderer found under “coverRenderer” name” .

Hi @iftekharuddin52

this demo https://stackblitz.com/edit/angular-handsontable-custom-renderer?file=app%2Fapp.component.ts from https://github.com/handsontable/angular-handsontable/issues/46 should help.

thanks for demo,but in this demo , ‘say hi from renderer’ button is not working.

Thanks for spotting this.

Please check the news at https://github.com/handsontable/angular-handsontable/issues/46
I can see that our developer has already replied there